forked from AkkomaGang/akkoma-fe
Fix formating
This commit is contained in:
parent
f69331e49d
commit
4fde987e34
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue