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" >