From 1cce8eaf16a4394b4241572641427011287a7dc2 Mon Sep 17 00:00:00 2001 From: Alex Grozav Date: Mon, 12 Dec 2022 14:46:10 +0200 Subject: [PATCH] fix(editor): Fix credential sharing issues handler when no matching id or name (#4879) * fix: fix credential sharing issues handler when no matching id or name * feat: Show erroring credential name as placeholder when available * feat: Add (unavailable) descriptor for unavailable credentials --- .../src/components/NodeCredentials.vue | 17 +++++++++++++++-- packages/editor-ui/src/mixins/nodeHelpers.ts | 3 ++- .../editor-ui/src/plugins/i18n/locales/en.json | 1 + 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/packages/editor-ui/src/components/NodeCredentials.vue b/packages/editor-ui/src/components/NodeCredentials.vue index 5b00478fc..abc495bc2 100644 --- a/packages/editor-ui/src/components/NodeCredentials.vue +++ b/packages/editor-ui/src/components/NodeCredentials.vue @@ -17,7 +17,7 @@ >
@@ -26,7 +26,12 @@ v-else :class="issues.length ? $style.hasIssues : $style.input" > - +