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:
parent
123e3b3fc3
commit
07dd3ba14d
3 changed files with 12 additions and 5 deletions
|
@ -84,6 +84,7 @@ export type RecipeSearchQuery = {
|
|||
page?: number;
|
||||
perPage?: number;
|
||||
orderBy?: string;
|
||||
orderByNullPosition?: "first" | "last";
|
||||
|
||||
_searchSeed?: string;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue