fixed last made query value (#2157)

This commit is contained in:
Michael Genson 2023-02-21 00:52:16 -06:00 committed by GitHub
parent fb830189d2
commit e14851531d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -316,7 +316,7 @@ export default defineComponent({
{
icon: $globals.icons.chefHat,
name: i18n.tc("general.last-made"),
value: "time",
value: "last_made",
},
{
icon: $globals.icons.star,