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 GitHub
parent cb05adeb48
commit a52fda72d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;
};