From 618b1aba3046d9aff68aa7cffdfb79afa0487143 Mon Sep 17 00:00:00 2001 From: Alex Grozav Date: Thu, 15 Jun 2023 18:27:35 +0300 Subject: [PATCH] feat: Replace Vue.delete with native alternative (no-changelog) (#6444) * feat: replace Vue.delete with native alternative (no-changelog) * fix: fix linting issues --- .../src/components/ExecutionsList.vue | 6 ++- .../editor-ui/src/components/NodeSettings.vue | 15 ++++--- .../src/stores/communityNodes.store.ts | 3 +- .../editor-ui/src/stores/credentials.store.ts | 3 +- packages/editor-ui/src/stores/tags.store.ts | 3 +- .../editor-ui/src/stores/workflows.store.ts | 40 ++++++++++++++----- 6 files changed, 48 insertions(+), 22 deletions(-) diff --git a/packages/editor-ui/src/components/ExecutionsList.vue b/packages/editor-ui/src/components/ExecutionsList.vue index 974da420ba..e9c8e99292 100644 --- a/packages/editor-ui/src/components/ExecutionsList.vue +++ b/packages/editor-ui/src/components/ExecutionsList.vue @@ -282,7 +282,7 @@