From dde2a6f284cf552a9e7e79e792d81ed55803e1b9 Mon Sep 17 00:00:00 2001 From: Milorad Filipovic Date: Thu, 11 Jan 2024 08:34:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Removing=20leftover=20comments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/editor-ui/src/stores/templates.store.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/editor-ui/src/stores/templates.store.ts b/packages/editor-ui/src/stores/templates.store.ts index 5fc337b98f17a..ada53ec530125 100644 --- a/packages/editor-ui/src/stores/templates.store.ts +++ b/packages/editor-ui/src/stores/templates.store.ts @@ -308,7 +308,6 @@ export const useTemplatesStore = defineStore(STORES.TEMPLATES, { ); this.addWorkflows(payload.workflows); - // this.setCategories(payload.filters); this.addWorkflowsSearch({ ...payload, query }); return this.getSearchedWorkflows(query) || []; }, @@ -330,7 +329,6 @@ export const useTemplatesStore = defineStore(STORES.TEMPLATES, { this.setWorkflowSearchLoaded(query); this.addWorkflows(payload.workflows); - // this.setCategories(payload.filters); this.addWorkflowsSearch({ ...payload, query }); return this.getSearchedWorkflows(query) || [];