diff --git a/src/@fuse/components/theme-options/theme-options.component.ts b/src/@fuse/components/theme-options/theme-options.component.ts index 7896ca9b..4c5adffd 100644 --- a/src/@fuse/components/theme-options/theme-options.component.ts +++ b/src/@fuse/components/theme-options/theme-options.component.ts @@ -66,6 +66,7 @@ export class FuseThemeOptionsComponent implements OnInit, OnDestroy // noinspection TypeScriptValidateTypes this.form = this._formBuilder.group({ colorTheme : new FormControl(), + customScrollbars: new FormControl(), layout : this._formBuilder.group({ style : new FormControl(), width : new FormControl(), @@ -93,8 +94,7 @@ export class FuseThemeOptionsComponent implements OnInit, OnDestroy hidden : new FormControl(), position: new FormControl() }) - }), - customScrollbars: new FormControl() + }) }); // Subscribe to the config changes