Skip to content

Commit

Permalink
🔥 Removing leftover comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic committed Jan 11, 2024
1 parent 3a279e9 commit dde2a6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/editor-ui/src/stores/templates.store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) || [];
},
Expand All @@ -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) || [];
Expand Down

0 comments on commit dde2a6f

Please sign in to comment.