prevented display form filters twice

This commit is contained in:
Jan Prochazka
2022-01-05 12:13:44 +01:00
parent e61a672209
commit c4aa63eab5
2 changed files with 3 additions and 2 deletions

View File

@@ -24,11 +24,12 @@
<ColumnLabel {...column} />
<InlineButton
square
narrow
on:click={() => {
formDisplay.removeFilter(column.uniqueName);
}}
>
<FontIcon icon="icon delete" />
<FontIcon icon="icon close" />
</InlineButton>
</div>
<DataFilterControl