feature: add email in sorts fields

This commit is contained in:
Sammy Teillet
2023-04-24 14:56:20 +02:00
parent a5909bd6ff
commit 6e353f590c
2 changed files with 22 additions and 11 deletions

View File

@ -59,7 +59,7 @@ function TableHeader({
label: 'Created at',
order: 'asc',
id: sortId,
} as SortType,
} satisfies SortType,
];
setSorts(newSorts);
onSortsUpdate && onSortsUpdate(newSorts);