Skip to content

Commit

Permalink
Merge pull request #390 from webitel/fix/order-actions-in-wt-action-b…
Browse files Browse the repository at this point in the history
…ar-component

fix: order action in wt-action-bar component[WTEL-5721](https://webit…
  • Loading branch information
Lera24 authored Dec 12, 2024
2 parents 39c4f5b + e3a0342 commit 126dc44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webitel/ui-sdk",
"version": "24.12.19",
"version": "24.12.20",
"private": false,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src/components/wt-action-bar/WtActionBarActionsOrder.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export const tableActionsOrder = [
IconAction.DOWNLOAD,
IconAction.UPLOAD,
IconAction.FILTERS,
IconAction.DELETE,
IconAction.REFRESH,
IconAction.DELETE,
];

// TODO
Expand Down

0 comments on commit 126dc44

Please sign in to comment.