Skip to content

Commit

Permalink
Merge pull request #774 from webitel/fix/filter-panel-icons
Browse files Browse the repository at this point in the history
fix: tableActionIcons props added to create possibility to pass only …
  • Loading branch information
VladimirBeria authored Sep 17, 2024
2 parents 254b3e5 + 3b6bad6 commit 5e0b40a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^11.0.3",
"@webitel/flow-ui-sdk": "^0.1.14",
"@webitel/ui-sdk": "^24.10.5",
"@webitel/ui-sdk": "^24.10.10",
"axios": "^1.7.7",
"clipboard-copy": "^4.0.1",
"cron-validator": "^1.3.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<wt-filters-panel-wrapper @reset="resetFilters">
<wt-filters-panel-wrapper :table-action-icons="['filter-reset']" @reset="resetFilters">
<flow-tags-filter
:namespace="namespace"
/>
Expand Down

0 comments on commit 5e0b40a

Please sign in to comment.