mirror of
https://github.com/Lissy93/dashy.git
synced 2025-04-08 17:06:18 +02:00
get the correct tooltip for subitem
This commit is contained in:
parent
c71476d4e8
commit
b615833b5f
@ -48,7 +48,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
subItemTooltip() {
|
||||
return this.title;
|
||||
return this.item.title;
|
||||
},
|
||||
},
|
||||
data() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user