Update ListSortModal.vue
This commit is contained in:
parent
8f8762a1c2
commit
a87ce169b6
@ -54,6 +54,12 @@
|
||||
need="need" value="down" :label="$t('list_sort_modal_by_down')"
|
||||
/>
|
||||
</li>
|
||||
<li :class="$style.listItem">
|
||||
<base-checkbox
|
||||
id="list_sort_modal_type_disorder" v-model="sortType" name="list_sort_modal_type"
|
||||
need="need" value="disorder" :label="$t('list_sort_modal_by_disorder')"
|
||||
/>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<div :class="$style.footer">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user