mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-02 11:28:29 +01:00
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…
Add table
Reference in a new issue