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 9, 2024
1 parent d2751af commit 69f1a30
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions contenthub/hydration/hydration.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ export async function openUploadDialog() {
loadCSS('/contenthub/hydration/hydration.css');

const {results:[{ facets }]} = await window.search.client.search([{
"indexName":window.search.indexName,
"params":{
"facets":[
"indexName": window.search.indexName,
"params": {
"facets": [
"gmo-campaignName",
"gmo-programName"
],
"hitsPerPage":0,
"maxValuesPerFacet":50,
"page":0,
"query":"*"
"hitsPerPage": 0,
"maxValuesPerFacet": 50,
"page": 0,
"query": "*"
}}]);

let facetOptions = {};
Expand Down

0 comments on commit 69f1a30

Please sign in to comment.