Hide formula fields from filter expressions until they can be searched
This commit is contained in:
parent
a149f89664
commit
3151f569a8
|
@ -18,7 +18,7 @@
|
|||
export let filters = []
|
||||
export let bindings = []
|
||||
|
||||
const BannedTypes = ["link", "attachment"]
|
||||
const BannedTypes = ["link", "attachment", "formula"]
|
||||
|
||||
$: fieldOptions = (schemaFields ?? [])
|
||||
.filter(field => !BannedTypes.includes(field.type))
|
||||
|
|
Loading…
Reference in New Issue