Skip to content

Commit

Permalink
Merge pull request #71 from whdalsrnt/master
Browse files Browse the repository at this point in the history
fix: fix typo
  • Loading branch information
whdalsrnt authored Dec 25, 2023
2 parents c2ea0f9 + fa799d1 commit 132019b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ const getSchema = async ({ schema, resource_type, options = {} }: GetSchemaParam
checkOptions(options);
const metadata = await getCloudServiceTypeMetadata(options);
if (schema === 'widget') {
const customWidgets = getMetadataSchema(metadata, 'view.widget', false);
const customWidgets = getMetadataSchema(metadata, 'view.widget', true);
// const defaultWidget: any = _.cloneDeep(defaultWidgetSchema);
// defaultWidget.query.filter = [
// { key: 'provider', value: options.provider, operator: 'eq' },
Expand Down

0 comments on commit 132019b

Please sign in to comment.