[bug] fix 404
This commit is contained in:
parent
e34b906a0c
commit
57a1b43c54
|
@ -122,7 +122,7 @@
|
||||||
glue: ' ' + this.$t('template.or') + ' ',
|
glue: ' ' + this.$t('template.or') + ' ',
|
||||||
|
|
||||||
selectedTemplate,
|
selectedTemplate,
|
||||||
nameOptions: selectedTemplate.nameOptions(),
|
nameOptions: selectedTemplate ? selectedTemplate.nameOptions() : [],
|
||||||
templateGroup: templateLibrary.find(selectedTemplate),
|
templateGroup: templateLibrary.find(selectedTemplate),
|
||||||
|
|
||||||
counter: 0,
|
counter: 0,
|
||||||
|
|
Reference in New Issue