mirror of https://github.com/rancher/dashboard.git
fix BrandImage path when no ui-logo-light/dark
This commit is contained in:
parent
fbd25659f3
commit
3d4cada13b
|
|
@ -50,7 +50,7 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!this.brandSetting) {
|
if (!this.brand) {
|
||||||
return out;
|
return out;
|
||||||
} else {
|
} else {
|
||||||
if (this.theme === 'dark' || this.dark) {
|
if (this.theme === 'dark' || this.dark) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue