fix(fe2): workspace header hydration mismatch (#2842)
This commit is contained in:
committed by
GitHub
parent
4ac6d6dbd3
commit
b83b9b43f0
@@ -61,6 +61,7 @@
|
||||
v-model:open="showActionsMenu"
|
||||
:items="actionsItems"
|
||||
:menu-position="HorizontalDirection.Left"
|
||||
:menu-id="menuId"
|
||||
@click.stop.prevent
|
||||
@chosen="onActionChosen"
|
||||
>
|
||||
@@ -135,6 +136,7 @@ const props = defineProps<{
|
||||
workspaceInfo: WorkspaceHeader_WorkspaceFragment
|
||||
}>()
|
||||
|
||||
const menuId = useId()
|
||||
const showInviteDialog = ref(false)
|
||||
const showActionsMenu = ref(false)
|
||||
const showSettingsDialog = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user