mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-04 21:25:24 +00:00
Merge branch 'sort-by-direction-crash' into 'develop'
Fix sort by direction crash See merge request baserow/baserow!3237
This commit is contained in:
commit
ecf96b5cc8
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
</DropdownItem>
|
||||
</Dropdown>
|
||||
<SegmentControl
|
||||
v-if="aggregationSorts.length > 0"
|
||||
v-if="aggregationSorts.length > 0 && v$.sortReference?.$error === false"
|
||||
ref="sortDirectionSegment"
|
||||
:active-index="orderDirectionIndex"
|
||||
:segments="orderDirectionOptions"
|
||||
|
|
Loading…
Add table
Reference in a new issue