diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index 3daac8a3..72fd29aa 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -156,8 +156,6 @@ const PostStatusForm = { const { postContentType: contentType, postLanguage: defaultPostLanguage, sensitiveByDefault, sensitiveIfSubject, interfaceLanguage, alwaysShowSubjectInput } = this.$store.getters.mergedConfig const postLanguage = defaultPostLanguage || interfaceLanguage - const isoLanguage = interfaceToISOLanguage(interfaceLanguage) - let statusParams = { spoilerText: this.subject || '', status: statusText,