chore: generate
This commit is contained in:
parent
e3a55db5b5
commit
93a58f55ca
3 changed files with 3 additions and 13 deletions
|
|
@ -19,13 +19,7 @@ export const ServerRowMenu: Component<{
|
|||
const isDefault = () => props.controller.defaultKey() === key
|
||||
|
||||
return (
|
||||
<MenuV2
|
||||
gutter={4}
|
||||
modal={false}
|
||||
placement="bottom-end"
|
||||
open={props.open}
|
||||
onOpenChange={props.onOpenChange}
|
||||
>
|
||||
<MenuV2 gutter={4} modal={false} placement="bottom-end" open={props.open} onOpenChange={props.onOpenChange}>
|
||||
<MenuV2.Trigger
|
||||
as={IconButtonV2}
|
||||
variant="ghost-muted"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue