Skip to content

Commit

Permalink
fix(platform): table filter toolbar
Browse files Browse the repository at this point in the history
closes [#11783](#11783)

Fixed formatting
  • Loading branch information
khotcholava committed Dec 19, 2024
1 parent 68df50b commit dc43d8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
>
<label fd-toolbar-label>
{{ 'platformTable.filteredBy' | fdTranslate }}:
{{_formatAppliedFilters(appliedFilters())}}
{{ _formatAppliedFilters(appliedFilters()) }}
</label>
<fd-toolbar-spacer></fd-toolbar-spacer>
<button
Expand Down

0 comments on commit dc43d8b

Please sign in to comment.