Skip to content

Commit 44b8c16

Browse files
committed
Merge branch 'fix/list-converter-no-sort' into chore/all-my-stuffs
# Conflicts: # src/tools/list-converter/list-converter.vue
2 parents 31c7475 + 8ccbc34 commit 44b8c16

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pnpm-lock.yaml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ import type { ConvertOptions } from './list-converter.types';
55
66
const sortOrderOptions = [
77
{
8-
label: 'No Sort',
8+
label: 'No sort',
99
value: null,
10+
disabled: false,
1011
},
1112
{
1213
label: 'Sort ascending',

0 commit comments

Comments
 (0)