mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
fix: correct party modal sort dropdown display (#15432)
This commit is contained in:
parent
e3512a2bdd
commit
9456477953
1 changed files with 6 additions and 0 deletions
|
|
@ -45,6 +45,9 @@
|
|||
<div class="col-5">
|
||||
<select-list
|
||||
:items="sortOptions"
|
||||
:hide-icon="false"
|
||||
:inline-dropdown="false"
|
||||
:direct-select="true"
|
||||
:value="optionEntryBySelectedValue"
|
||||
key-prop="value"
|
||||
@select="changeSortOption($event)"
|
||||
|
|
@ -61,6 +64,9 @@
|
|||
<select-list
|
||||
:items="sortDirections"
|
||||
:value="directionEntryBySelectedValue"
|
||||
:hide-icon="false"
|
||||
:inline-dropdown="false"
|
||||
:direct-select="true"
|
||||
key-prop="value"
|
||||
@select="changeSortDirection($event)"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue