diff --git a/client/src/components/Panels/ToolBox.vue b/client/src/components/Panels/ToolBox.vue index 37d6ade7bb51..4d67d853db6a 100644 --- a/client/src/components/Panels/ToolBox.vue +++ b/client/src/components/Panels/ToolBox.vue @@ -139,8 +139,6 @@ const localPanel: ComputedRef | null> = c } }); -const sectionIds = computed(() => Object.keys(localPanel.value || {})); - const favWorkflows = computed(() => { const Galaxy = getGalaxyInstance(); const storedWorkflowMenuEntries = Galaxy && Galaxy.config.stored_workflow_menu_entries; @@ -303,10 +301,10 @@ function setButtonText() { :query-filter="queryFilter || undefined" :disable-filter="true" @onClick="onToolClick" /> -
+