From 32c0e6cd3f26398c248b306a0ba6869c42fac36d Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Tue, 13 Sep 2022 13:44:45 +0800 Subject: [PATCH] chore(nc-gui): lint --- packages/nc-gui/components/smartsheet-toolbar/SortListMenu.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nc-gui/components/smartsheet-toolbar/SortListMenu.vue b/packages/nc-gui/components/smartsheet-toolbar/SortListMenu.vue index efb4d3eb49..fde9e9cd50 100644 --- a/packages/nc-gui/components/smartsheet-toolbar/SortListMenu.vue +++ b/packages/nc-gui/components/smartsheet-toolbar/SortListMenu.vue @@ -71,9 +71,9 @@ watch( v-model:value="sort.direction" class="shrink grow-0 nc-sort-dir-select !text-xs" :label="$t('labels.operation')" + dropdown-class-name="sort-dir-dropdown" @click.stop @select="saveOrUpdate(sort, i)" - dropdown-class-name="sort-dir-dropdown" >