forked from AkkomaGang/akkoma-fe
more lint fixes
This commit is contained in:
parent
f49229974a
commit
a759378b4d
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ const PostStatusForm = {
|
|||
},
|
||||
changeVis (visibility) {
|
||||
console.log(visibility)
|
||||
Object.keys(this.vis).forEach(function (x) { this.vis[x].selected = x === visibility})
|
||||
Object.keys(this.vis).forEach(function (x) { this.vis[x].selected = x === visibility })
|
||||
this.newStatus.visibility = visibility
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue