mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-21 22:29:39 +02:00
fix: Sort Food by Label on Data Management Page (#4631)
This commit is contained in:
parent
eecda1be4d
commit
02a545dcb5
2 changed files with 8 additions and 0 deletions
|
@ -99,6 +99,8 @@ export interface TableHeaders {
|
|||
value: string;
|
||||
show: boolean;
|
||||
align?: string;
|
||||
sortable?: boolean;
|
||||
sort?: (a: any, b: any) => number;
|
||||
}
|
||||
|
||||
export interface BulkAction {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue