parent
318fb6efb9
commit
8ccbc34691
@ -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…
Reference in New Issue
Block a user