Skip to content

Commit 8ccbc34

Browse files
committed
fix: add No Sort option
Fix CorentinTh#764
1 parent 318fb6e commit 8ccbc34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/tools/list-converter/list-converter.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ import { convert } from './list-converter.models';
44
import type { ConvertOptions } from './list-converter.types';
55
66
const sortOrderOptions = [
7+
{
8+
label: 'No sort',
9+
value: null,
10+
disabled: false,
11+
},
712
{
813
label: 'Sort ascending',
914
value: 'asc',

0 commit comments

Comments
 (0)