small fix
This commit is contained in:
parent
466141ff56
commit
d363855cf7
|
@ -67,7 +67,7 @@ export class TenantHandlingService extends BaseService {
|
|||
|
||||
|
||||
public loadAndApplyTenantCssColors() {
|
||||
this.loadTenantCssColors().pipe(takeUntil(this._destroyed)).subscribe(x => this.applyTenantCssColors(x.cssColors))
|
||||
this.loadTenantCssColors().pipe(takeUntil(this._destroyed)).subscribe(x => this.applyTenantCssColors(x?.cssColors))
|
||||
}
|
||||
|
||||
public loadTenantCssColors(): Observable<TenantConfiguration> {
|
||||
|
|
Loading…
Reference in New Issue