fix property

This commit is contained in:
KeyboardHammer 2024-02-03 22:04:40 -06:00
parent e2bb0cfb7c
commit d24427aad8

View File

@ -205,8 +205,8 @@ export default {
value: 'addedAt' value: 'addedAt'
}, },
{ {
text: this.$strings.LabelLastUpdated, text: this.$strings.LabelUpdatedAt,
value: 'lastUpdated' value: 'updatedAt'
} }
] ]
}, },