diff --git a/client/src/composables/usePanels.ts b/client/src/composables/usePanels.ts index 6e43cb7e8241..c8f65ea61bce 100644 --- a/client/src/composables/usePanels.ts +++ b/client/src/composables/usePanels.ts @@ -12,10 +12,7 @@ export function usePanels() { return true; }); - const showToolbox = computed(() => showPanels.value); - return { showPanels, - showToolbox, }; }