fix: update_at sort (#2250)

This commit is contained in:
Michael Genson 2023-03-21 14:51:19 -05:00 committed by GitHub
parent a025996b94
commit 9199ae4901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -301,7 +301,7 @@ export default defineComponent({
{
icon: $globals.icons.update,
name: i18n.tc("general.updated"),
value: "updated_at",
value: "update_at",
},
];