aaaaggghh
This commit is contained in:
parent
995daf70b7
commit
4dc64438e9
4 changed files with 7 additions and 7 deletions
|
@ -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') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue