From bb22915fbeb7eeafaa68b9c6d5a7d8ef81b13752 Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Tue, 26 Mar 2024 18:08:15 -0500 Subject: [PATCH] Improve panel speed Co-authored-by: mvdbeek --- client/src/components/Panels/ToolBox.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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" /> -
+