fix BrandImage path when no ui-logo-light/dark

This commit is contained in:
Nancy Butler 2021-05-19 08:29:37 -07:00
parent fbd25659f3
commit 3d4cada13b
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ export default {
}
}
if (!this.brandSetting) {
if (!this.brand) {
return out;
} else {
if (this.theme === 'dark' || this.dark) {