aaaaggghh

This commit is contained in:
Henry Jameson 2019-03-30 12:41:42 +02:00
parent 995daf70b7
commit 4dc64438e9
4 changed files with 7 additions and 7 deletions

View file

@ -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') {