Browse Source

feat(gui-v2): Sort direction dropdown issue

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/2860/head
Pranav C 2 years ago
parent
commit
6ed1267ee5
  1. 2
      packages/nc-gui-v2/components/smartsheet-toolbar/SortListMenu.vue

2
packages/nc-gui-v2/components/smartsheet-toolbar/SortListMenu.vue

@ -58,7 +58,7 @@ watch(
v-model:value="sort.direction"
size="small"
class="flex-shrink-1 flex-grow-0 caption nc-sort-dir-select"
:items="[
:options="[
{ text: 'asc', value: 'asc' },
{ text: 'desc', value: 'desc' },
]"

Loading…
Cancel
Save