Allow editing

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2020-03-23 13:25:12 +01:00
commit fa20cda748
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF
7 changed files with 95 additions and 42 deletions

View file

@ -163,16 +163,6 @@ export default {
}
},
formType() {
if (this.form.event.type === 'textForm') {
// TRANSLATORS This means that this is the type of the form. Another type is a 'date form'.
return t('forms', 'Text form')
} else {
// TRANSLATORS This means that this is the type of the form. Another type is a 'text form'.
return t('forms', 'Text form')
}
},
timeSpanCreated() {
return moment(this.form.event.created, 'YYYY-MM-DD HH:mm')
},