Refactored layout service
This commit is contained in:
@@ -36,9 +36,6 @@ export class AppConfigComponent {
|
||||
|
||||
set menuMode(_val: string) {
|
||||
this.layoutService.config.menuMode = _val;
|
||||
if (this.layoutService.isSlim()) {
|
||||
this.menuService.reset();
|
||||
}
|
||||
}
|
||||
|
||||
get inputStyle(): string {
|
||||
|
||||
Reference in New Issue
Block a user