1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-03 12:35:22 +02:00

fix: Fixed LastMade recipes sorting order (#4980)

Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
PancakeZik 2025-01-30 09:33:58 +00:00 committed by Ian Pösse-Koch
parent 123e3b3fc3
commit 07dd3ba14d
3 changed files with 12 additions and 5 deletions

View file

@ -84,6 +84,7 @@ export type RecipeSearchQuery = {
page?: number;
perPage?: number;
orderBy?: string;
orderByNullPosition?: "first" | "last";
_searchSeed?: string;
};