mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-22 07:46:15 -04:00
Merge 8ccbc34691
into 07eea0f484
This commit is contained in:
commit
0ae05a9ec9
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@ import { convert } from './list-converter.models';
|
||||||
import type { ConvertOptions } from './list-converter.types';
|
import type { ConvertOptions } from './list-converter.types';
|
||||||
|
|
||||||
const sortOrderOptions = [
|
const sortOrderOptions = [
|
||||||
|
{
|
||||||
|
label: 'No sort',
|
||||||
|
value: null,
|
||||||
|
disabled: false,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Sort ascending',
|
label: 'Sort ascending',
|
||||||
value: 'asc',
|
value: 'asc',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue