From 81abe97ae7ceef923b739cadfba22741dbcf31b5 Mon Sep 17 00:00:00 2001 From: musharaf Date: Fri, 1 Dec 2023 11:01:19 +0530 Subject: [PATCH] fix : added tooltip in sort fields --- .../components/smartsheet/toolbar/CreateSort.vue | 11 +++++++---- .../components/smartsheet/toolbar/SortListMenu.vue | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/packages/nc-gui/components/smartsheet/toolbar/CreateSort.vue b/packages/nc-gui/components/smartsheet/toolbar/CreateSort.vue index e68fbe9b6d..88d4ca73ad 100644 --- a/packages/nc-gui/components/smartsheet/toolbar/CreateSort.vue +++ b/packages/nc-gui/components/smartsheet/toolbar/CreateSort.vue @@ -91,7 +91,7 @@ const onArrowUp = () => {
-
+
{{ $t('general.empty') }}
{ @click="onClick(option)" > -
- {{ option.title }} -
+ + + + {{ option.title }} + +
diff --git a/packages/nc-gui/components/smartsheet/toolbar/SortListMenu.vue b/packages/nc-gui/components/smartsheet/toolbar/SortListMenu.vue index c4660fab9e..a35756630e 100644 --- a/packages/nc-gui/components/smartsheet/toolbar/SortListMenu.vue +++ b/packages/nc-gui/components/smartsheet/toolbar/SortListMenu.vue @@ -138,7 +138,7 @@ onMounted(() => {