Skip to content

Commit

Permalink
Stock items table actions column label (#41)
Browse files Browse the repository at this point in the history
* Stock items table actions column label

* Fix lint issue
  • Loading branch information
jecihjoy authored Dec 12, 2023
1 parent 0deed07 commit cd60bda
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/stock-items/stock-items-table.resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@ export function useStockItemsPages(v?: ResourceRepresentation) {
header: t("reorderLevel", "Reorder Level"),
key: "reorderLevel",
},
{ key: "actions", header: "" },
{
id: 7,
key: "actions",
header: "Actions",
},
],
[t]
);
Expand Down

0 comments on commit cd60bda

Please sign in to comment.