aboutsummaryrefslogtreecommitdiff
path: root/src/components/post_status_form
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2019-03-30 12:41:42 +0200
committerHenry Jameson <me@hjkos.com>2019-03-30 12:41:42 +0200
commit4dc64438e929169770347c8868daa1e1c907290e (patch)
tree167dd89a95af16ef3c6aed7f4d6e1129c344f474 /src/components/post_status_form
parent995daf70b731f33c95ca654ee9daccb399d6c92d (diff)
aaaaggghh
Diffstat (limited to 'src/components/post_status_form')
-rw-r--r--src/components/post_status_form/post_status_form.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js
index 499cbbfb..40e2610e 100644
--- a/src/components/post_status_form/post_status_form.js
+++ b/src/components/post_status_form/post_status_form.js
@@ -162,8 +162,8 @@ const PostStatusForm = {
isOverLengthLimit () {
return this.hasStatusLengthLimit && (this.charactersLeft < 0)
},
- scopeOptionsMinimal () {
- return this.$store.state.instance.scopeOptionsMinimal
+ minimalScopesMode () {
+ return this.$store.state.instance.minimalScopesMode
},
alwaysShowSubject () {
if (typeof this.$store.state.config.alwaysShowSubjectInput !== 'undefined') {