Browse Source

chore(nc-gui): lint

pull/3618/head
Wing-Kam Wong 2 years ago
parent
commit
32c0e6cd3f
  1. 2
      packages/nc-gui/components/smartsheet-toolbar/SortListMenu.vue

2
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"
>
<a-select-option
v-for="(option, j) in getSortDirectionOptions(columnByID[sort.fk_column_id]?.uidt)"

Loading…
Cancel
Save