Fix formating
This commit is contained in:
parent
f69331e49d
commit
4fde987e34
@ -263,7 +263,7 @@ const PostStatusForm = {
|
|||||||
this.newStatus.files.splice(index, 1)
|
this.newStatus.files.splice(index, 1)
|
||||||
},
|
},
|
||||||
uploadFailed (errString, templateArgs) {
|
uploadFailed (errString, templateArgs) {
|
||||||
templateArgs = templateArgs || {};
|
templateArgs = templateArgs || {}
|
||||||
this.error = this.$t('post_status.upload_error') + ' ' + this.$t('post_status.' + errString, templateArgs)
|
this.error = this.$t('post_status.upload_error') + ' ' + this.$t('post_status.' + errString, templateArgs)
|
||||||
this.enableSubmit()
|
this.enableSubmit()
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user