Skip to content

Commit 5a7ddcf

Browse files
fix: use default switcher for DropdownMenu
1 parent 0fe5bc8 commit 5a7ddcf

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/containers/Tenants/Tenants.tsx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -332,16 +332,7 @@ function getDBActionsColumn({
332332
return null;
333333
}
334334

335-
return (
336-
<DropdownMenu
337-
defaultSwitcherProps={{
338-
view: 'flat',
339-
size: 's',
340-
pin: 'brick-brick',
341-
}}
342-
items={menuItems}
343-
/>
344-
);
335+
return <DropdownMenu items={menuItems} />;
345336
},
346337
} satisfies Column<PreparedTenant>;
347338
}

0 commit comments

Comments
 (0)