mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-15 15:11:34 +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:
@@ -127,11 +127,11 @@ export function OptionsActionDropdown({
|
||||
actions = [],
|
||||
tooltip = t`Options`,
|
||||
hidden = false
|
||||
}: {
|
||||
}: Readonly<{
|
||||
actions: ActionDropdownItem[];
|
||||
tooltip?: string;
|
||||
hidden?: boolean;
|
||||
}) {
|
||||
}>) {
|
||||
return (
|
||||
<ActionDropdown
|
||||
icon={<IconDotsVertical />}
|
||||
|
Reference in New Issue
Block a user