Fix formating

fix-hide-network
rinpatch 6 years ago
parent f69331e49d
commit 4fde987e34

@ -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…
Cancel
Save