Allow editing
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
1cba7bbb5a
commit
fa20cda748
7 changed files with 95 additions and 42 deletions
|
|
@ -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')
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue