diff --git a/packages/frontend/editor-ui/src/components/FocusPanel.vue b/packages/frontend/editor-ui/src/components/FocusPanel.vue index a1b99383b6..a198c72833 100644 --- a/packages/frontend/editor-ui/src/components/FocusPanel.vue +++ b/packages/frontend/editor-ui/src/components/FocusPanel.vue @@ -67,7 +67,6 @@ const resolvedParameter = computed(() => ); const focusPanelActive = computed(() => focusPanelStore.focusPanelActive); -const focusPanelHidden = computed(() => focusPanelStore.focusPanelHidden); const focusPanelWidth = computed(() => focusPanelStore.focusPanelWidth); const isDisabled = computed(() => { @@ -314,7 +313,7 @@ const onResizeThrottle = useThrottleFn(onResize, 10);