mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-20 19:02:27 -05:00
fix: update_at sort (#2250)
This commit is contained in:
@@ -301,7 +301,7 @@ export default defineComponent({
|
|||||||
{
|
{
|
||||||
icon: $globals.icons.update,
|
icon: $globals.icons.update,
|
||||||
name: i18n.tc("general.updated"),
|
name: i18n.tc("general.updated"),
|
||||||
value: "updated_at",
|
value: "update_at",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user