feature: apply the sorts to the query
This commit is contained in:
@ -10,7 +10,7 @@ type OwnProps = {
|
||||
|
||||
export type SortType = {
|
||||
label: string;
|
||||
order: string;
|
||||
order: 'asc' | 'desc';
|
||||
id: string;
|
||||
icon?: IconProp;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user