mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 00:04:23 -04:00
fix: Sort Food by Label on Data Management Page (#4631)
This commit is contained in:
@@ -99,6 +99,8 @@ export interface TableHeaders {
|
||||
value: string;
|
||||
show: boolean;
|
||||
align?: string;
|
||||
sortable?: boolean;
|
||||
sort?: (a: any, b: any) => number;
|
||||
}
|
||||
|
||||
export interface BulkAction {
|
||||
|
||||
Reference in New Issue
Block a user