Skip to content

Commit f6a37d5

Browse files
authored
Fix Filter add property button (#529)
Signed-off-by: Ayoub LABIDI <[email protected]>
1 parent 9f98381 commit f6a37d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/filter/criteria-based/filter-free-properties.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function FilterFreeProperties({
9999
</ListItem>
100100
))}
101101
<Grid item>
102-
<Button startIcon={<AddIcon />} onClick={() => addNewProp}>
102+
<Button startIcon={<AddIcon />} onClick={() => addNewProp()}>
103103
<FormattedMessage id="AddFreePropCrit" />
104104
</Button>
105105
</Grid>

0 commit comments

Comments
 (0)