parent
6d89ed9619
commit
8dd5468734
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@
|
|||
},
|
||||
methods: {
|
||||
updateActiveName () {
|
||||
if (!this.currentActiveName) {
|
||||
if (this.currentActiveName === undefined) {
|
||||
this.currentActiveName = -1;
|
||||
}
|
||||
this.broadcast('Submenu', 'on-update-active-name', false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue