From cada1df6065d5d9947bf35e12b27b4abcb397ef3 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Thu, 28 Jul 2022 23:42:11 +0530 Subject: [PATCH] fix(gui-v2): show correct password on password toggle Signed-off-by: Pranav C --- .../components/smartsheet-toolbar/SharedViewList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nc-gui-v2/components/smartsheet-toolbar/SharedViewList.vue b/packages/nc-gui-v2/components/smartsheet-toolbar/SharedViewList.vue index 0f28592c35..fe039bc7ce 100644 --- a/packages/nc-gui-v2/components/smartsheet-toolbar/SharedViewList.vue +++ b/packages/nc-gui-v2/components/smartsheet-toolbar/SharedViewList.vue @@ -116,9 +116,9 @@ const deleteLink = async (id: string) => { -