changed am section on sidebar to v-show allowing css manipulation
This commit is contained in:
parent
c219758207
commit
aa89baa722
2 changed files with 3 additions and 3 deletions
|
@ -1226,7 +1226,7 @@ const app = new Vue({
|
|||
} else if (this.cfg.visual.directives[directive]) {
|
||||
return this.cfg.visual.directives[directive]
|
||||
} else {
|
||||
return ""
|
||||
return false
|
||||
}
|
||||
},
|
||||
unauthorize() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue