mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-04 13:15:24 +00:00
Fix sort by direction crash
This commit is contained in:
parent
5005f55099
commit
a5520fe93d
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