Skip to content

Commit

Permalink
IBX-9314: CS
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Dec 10, 2024
1 parent 7e13913 commit f5dc86a
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -508,10 +508,7 @@ export const fetchAdminConfig = async ({ token, siteaccess, accessToken, instanc
return adminUiConfig.ApplicationConfig;
};

export const findSuggestions = (
{ siteaccess, token, parentLocationId, accessToken, instanceUrl = DEFAULT_INSTANCE_URL },
callback,
) => {
export const findSuggestions = ({ siteaccess, token, parentLocationId, accessToken, instanceUrl = DEFAULT_INSTANCE_URL }, callback) => {
const body = {
ViewInput: {
identifier: 'view_with_aggregation',
Expand Down

0 comments on commit f5dc86a

Please sign in to comment.