1
0
Fork 0
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:
Petr Stribny 2025-03-11 12:08:24 +01:00
parent 5005f55099
commit a5520fe93d

View file

@ -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"