Skip to content

Commit 2d98008

Browse files
[don't backport to main] fix sidebar broken from past merge conflict resolution (#6323)
## Summary Fixes sidebar not showing on test cloud due to merge conflict with main that brought in changes form the V3 tabs and menu rework PR. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6323-don-t-backport-to-main-fix-sidebar-broken-from-past-merge-conflict-resolution-2996d73d3650813f820dde1ec25f53f4) by [Unito](https://www.unito.io)
1 parent 96d76f0 commit 2d98008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/graph/GraphCanvas.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</div>
1919
</div>
2020
</template>
21-
<template v-if="showUI" #side-toolbar>
21+
<template v-if="!workspaceStore.focusMode" #side-bar-panel>
2222
<SideToolbar />
2323
</template>
2424
<template v-if="!workspaceStore.focusMode" #bottom-panel>

0 commit comments

Comments
 (0)