Skip to content

Commit 3b0312a

Browse files
committed
removed setting theme (is in state service)
1 parent cb8daa4 commit 3b0312a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

projects/dashboard-core/src/lib/dashboard-app/dashboard-app.component.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ export class DashboardAppComponent implements AfterViewInit {
5959
return;
6060
} else {
6161
this.stateService.setAppConfig(appConfig);
62-
if (appConfig.initialTheme) {
63-
this.stateService.setTheme(appConfig.initialTheme);
64-
}
6562
}
6663

6764
const configs = this.edcConfigs ? await this.edcConfigs : undefined;

0 commit comments

Comments
 (0)