This commit is contained in:
sharevb 2025-04-13 04:09:57 +02:00 committed by GitHub
commit 0ae05a9ec9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',