Skip to content

Commit 3251058

Browse files
Update src/components/ControlPlane/ActionsMenu.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 90cedba commit 3251058

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/ControlPlane/ActionsMenu.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export type ActionItem<T> = {
1414
export type ActionsMenuProps<T> = {
1515
item: T;
1616
actions: ActionItem<T>[];
17-
buttonIcon?: string;
1817
};
1918

2019
export function ActionsMenu<T>({ item, actions }: ActionsMenuProps<T>) {

0 commit comments

Comments
 (0)