Minor fix to ActionsColumn function

No longer uses hooks but instead takes in the title
This commit is contained in:
Donkie
2024-08-07 12:40:54 +02:00
parent 736e59d1eb
commit 8413e33895
4 changed files with 8 additions and 7 deletions

View File

@@ -202,7 +202,7 @@ export const VendorList: React.FC<IResourceComponentsProps> = () => {
id: "comment",
i18ncat: "vendor",
}),
ActionsColumn<IVendor>(actions),
ActionsColumn<IVendor>(t("table.actions"), actions),
])}
/>
</List>