1
0

Merge branch 'main' into vue3

This commit is contained in:
Dominik Pschenitschni
2021-10-15 20:43:11 +02:00
16 changed files with 126 additions and 80 deletions

View File

@ -163,6 +163,9 @@ export default {
// object passed to this function here still has a reference to the store.
this.labelEditLabel = new LabelModel({
...label,
// The model does not support passing dates into it directly so we need to convert them first
created: +label.created,
updated: +label.updated,
})
this.isLabelEdit = true