mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
fix: update_at sort (#2250)
This commit is contained in:
parent
a025996b94
commit
9199ae4901
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ export default defineComponent({
|
|||
{
|
||||
icon: $globals.icons.update,
|
||||
name: i18n.tc("general.updated"),
|
||||
value: "updated_at",
|
||||
value: "update_at",
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue