Skip to content

Commit

Permalink
Adjusted spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Lessard committed Feb 13, 2024
1 parent 69f1a30 commit 4455b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contenthub/hydration/hydration.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export async function openUploadDialog() {
label: 'Campaign',
placeholder: 'Select campaign',
element: 'dropdown',
dropdownOptions: [{id:'', name: 'N/A'}, ...facetOptions['gmo-campaignName']],
dropdownOptions: [{id: '', name: 'N/A'}, ...facetOptions['gmo-campaignName']],
},
{
mapToProperty: 'gmo:programName',
Expand Down

0 comments on commit 4455b42

Please sign in to comment.