2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-30 18:50:53 +00:00

[PUI] fix a few sonarcloud warnings (#8133)

* fix a few code issues

* fix common sonarcloud issues

* more small fixes
This commit is contained in:
Matthias Mair
2024-09-17 06:16:29 +02:00
committed by GitHub
parent 45aab46db3
commit 7c937fa283
53 changed files with 211 additions and 229 deletions

View File

@ -127,11 +127,11 @@ export function OptionsActionDropdown({
actions = [],
tooltip = t`Options`,
hidden = false
}: {
}: Readonly<{
actions: ActionDropdownItem[];
tooltip?: string;
hidden?: boolean;
}) {
}>) {
return (
<ActionDropdown
icon={<IconDotsVertical />}