Fix formating

This commit is contained in:
rinpatch 2018-12-08 22:39:58 +01:00
parent f69331e49d
commit 4fde987e34
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ const PostStatusForm = {
this.newStatus.files.splice(index, 1)
},
uploadFailed (errString, templateArgs) {
templateArgs = templateArgs || {};
templateArgs = templateArgs || {}
this.error = this.$t('post_status.upload_error') + ' ' + this.$t('post_status.' + errString, templateArgs)
this.enableSubmit()
},