Overview page: Fix `defineVars` is not working (#2673)
Fixes #2046. Signed-off-by: Florian Hotze <florianh_dev@icloud.com>pull/2659/head^2
parent
0b2c42cfed
commit
97910353fd
|
@ -78,7 +78,7 @@ export default {
|
|||
return {
|
||||
component: this.overviewPage,
|
||||
store: this.context.store,
|
||||
vars: {}
|
||||
vars: (this.overviewPage && this.overviewPage.config && this.overviewPage.config.defineVars) ? this.overviewPage.config.defineVars : {}
|
||||
}
|
||||
},
|
||||
pageStyle () {
|
||||
|
|
Loading…
Reference in New Issue