Skip to content

Commit b70eaf5

Browse files
committed
fix: replace displayStore
1 parent 7a895f5 commit b70eaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/components/editor/CssEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ function exportCurrentTheme() {
318318
</transition>
319319

320320
<Button
321-
v-show="displayStore.isShowCssEditor"
321+
v-show="uiStore.isShowCssEditor"
322322
class="fixed z-100 shadow-lg hover:bg-accent cursor-pointer transition-shadow bg-background text-background-foreground border" :class="[
323323
isMobile ? 'bottom-4 right-4' : 'bottom-10 right-4',
324324
]"

0 commit comments

Comments
 (0)