Skip to content

Commit 10f3e9e

Browse files
authored
fix properties for criteria filter (#537)
Signed-off-by: Etienne LESOT <[email protected]>
1 parent 905fe1e commit 10f3e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/filter/criteria-based/filter-property.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function FilterProperty(props: FilterPropertyProps) {
6666
name={`${FieldConstants.CRITERIA_BASED}.${propertyType}[${index}].${PROPERTY_NAME}`}
6767
label="PropertyName"
6868
options={predefinedNames}
69-
// freeSolo
69+
freeSolo
7070
autoSelect
7171
forcePopupIcon
7272
onChangeCallback={onNameChange}

0 commit comments

Comments
 (0)