We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f98381 commit f6a37d5Copy full SHA for f6a37d5
src/components/filter/criteria-based/filter-free-properties.tsx
@@ -99,7 +99,7 @@ function FilterFreeProperties({
99
</ListItem>
100
))}
101
<Grid item>
102
- <Button startIcon={<AddIcon />} onClick={() => addNewProp}>
+ <Button startIcon={<AddIcon />} onClick={() => addNewProp()}>
103
<FormattedMessage id="AddFreePropCrit" />
104
</Button>
105
</Grid>
0 commit comments