From a7e01dd3b239923e5dec0bb31799082bdf8800fa Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Mon, 23 Oct 2023 20:33:06 -0400 Subject: [PATCH] Fix duplicate iteration key by shifting to template in toolsection --- client/src/components/Panels/Common/ToolSection.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/client/src/components/Panels/Common/ToolSection.vue b/client/src/components/Panels/Common/ToolSection.vue index ac087d2bb9ab..8fba8e57e473 100644 --- a/client/src/components/Panels/Common/ToolSection.vue +++ b/client/src/components/Panels/Common/ToolSection.vue @@ -173,14 +173,10 @@ function toggleMenu(nextState = !opened.value) {
-