mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
fix: change recipe sorting default to alphabetical order instead of created_at
This commit is contained in:
parent
f29a11d20e
commit
320dcdff0f
1 changed files with 2 additions and 2 deletions
|
@ -300,8 +300,8 @@ export default defineNuxtComponent({
|
||||||
|
|
||||||
const queryDefaults = {
|
const queryDefaults = {
|
||||||
search: "",
|
search: "",
|
||||||
orderBy: "created_at",
|
orderBy: "name",
|
||||||
orderDirection: "desc" as "asc" | "desc",
|
orderDirection: "asc",
|
||||||
requireAllCategories: false,
|
requireAllCategories: false,
|
||||||
requireAllTags: false,
|
requireAllTags: false,
|
||||||
requireAllTools: false,
|
requireAllTools: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue