Disable filter value binding input when no column is selected in filter screen

This commit is contained in:
andz-bb 2024-12-09 16:29:52 +00:00
parent 3d8b415a38
commit d4f7dc3974
1 changed files with 1 additions and 0 deletions

View File

@ -407,6 +407,7 @@
/>
<FilterField
placeholder="Value"
disabled={!filter.field && builderType === "filter"}
drawerTitle={builderType === "condition"
? "Edit binding"
: null}