fix(fe2): workspace header hydration mismatch (#2842)

This commit is contained in:
Kristaps Fabians Geikins
2024-09-02 13:30:49 +03:00
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)