@@ -81,7 +81,7 @@ export const CustomDomainsDropdown = ({
|
||||
}
|
||||
|
||||
return (
|
||||
<Menu isLazy placement="bottom-start" matchWidth>
|
||||
<Menu isLazy placement="bottom-start">
|
||||
{workspace?.id && (
|
||||
<CreateCustomDomainModal
|
||||
workspaceId={workspace.id}
|
||||
|
||||
@@ -89,7 +89,7 @@ const WorkspaceRoleMenuButton = ({
|
||||
onChange: (role: WorkspaceRole) => void
|
||||
}) => {
|
||||
return (
|
||||
<Menu placement="bottom-end" isLazy matchWidth>
|
||||
<Menu placement="bottom" isLazy matchWidth>
|
||||
<MenuButton
|
||||
flexShrink={0}
|
||||
as={Button}
|
||||
|
||||
Reference in New Issue
Block a user