Skip to content

Commit

Permalink
Stock items table actions column label
Browse files Browse the repository at this point in the history
  • Loading branch information
jecihjoy committed Dec 12, 2023
1 parent f6e0be6 commit 55d4552
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"

Check failure on line 81 in src/stock-items/stock-items-table.resource.ts

View workflow job for this annotation

GitHub Actions / build

Insert `,`
},
],
[t]
);
Expand Down

0 comments on commit 55d4552

Please sign in to comment.