Refactor #4211 - For SpeedDial

This commit is contained in:
Tuğçe Küçükoğlu 2023-07-27 17:32:30 +03:00
parent 18d4c453bd
commit d13357356b
2 changed files with 7 additions and 1 deletions

View file

@ -111,7 +111,8 @@ export default {
getPTOptions(id, key) {
return this.ptm(key, {
context: {
active: this.isItemActive(id)
active: this.isItemActive(id),
hidden: !this.d_visible
}
});
},