diff --git a/packages/nc-gui-v2/components/smartsheet-toolbar/SortListMenu.vue b/packages/nc-gui-v2/components/smartsheet-toolbar/SortListMenu.vue index 4cf7f06437..cc85c8909e 100644 --- a/packages/nc-gui-v2/components/smartsheet-toolbar/SortListMenu.vue +++ b/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' }, ]"