1
0
Fork 0
mirror of synced 2024-07-08 15:56:23 +12:00

Merge pull request #4953 from mslourens/define_filter_for_rest

don't sent searchableSchema to getSchemaForDatasource
This commit is contained in:
Martin McKeaveney 2022-03-21 08:04:20 +00:00 committed by GitHub
commit 8fcd149d43

View file

@ -18,9 +18,7 @@
let tempValue = value || []
$: dataSource = getDatasourceForProvider($currentAsset, componentInstance)
$: schema = getSchemaForDatasource($currentAsset, dataSource, {
searchableSchema: true,
})?.schema
$: schema = getSchemaForDatasource($currentAsset, dataSource)?.schema
$: schemaFields = Object.values(schema || {})
const saveFilter = async () => {