Skip to content

Commit

Permalink
Merge pull request #340 from webitel/feature/add-new-icon-in-wt-actio…
Browse files Browse the repository at this point in the history
…n-bar

feature: add edit icon in wt-action-bar[WTEL-4686](https://webitel.at…
  • Loading branch information
Lera24 authored Oct 31, 2024
2 parents 01cdef3 + d0565ac commit b5ea365
Show file tree
Hide file tree
Showing 2 changed files with 5 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.10.55",
"version": "24.10.56",
"private": false,
"scripts": {
"dev": "vite",
Expand Down
5 changes: 4 additions & 1 deletion src/components/wt-action-bar/WtActionBarActionsOrder.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ export const tableActionsOrder = [
];

// TODO
export const cardActionsOrder = tableActionsOrder;
export const cardActionsOrder = [
...tableActionsOrder,
IconAction.EDIT,
]

0 comments on commit b5ea365

Please sign in to comment.