Skip to content

Commit

Permalink
feature: add edit icon in wt-action-bar[WTEL-4686](https://webitel.at…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lera24 committed Oct 31, 2024
1 parent 01cdef3 commit d0565ac
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 d0565ac

Please sign in to comment.