diff --git a/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.ts b/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.ts index 76de61c05..e36ab7b20 100644 --- a/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.ts +++ b/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.ts @@ -60,10 +60,6 @@ export class DictionaryOverviewScreenComponent extends ComponentHasChanges { this._initialize(); } - private setHeight() { - this.editorComponent.style = { height: '500px' }; - } - private _initialize() { if (this.dictionary.type) this._dictionaryControllerService.getDictionaryForType(this.dictionary.type, this.dictionary.ruleSetId).subscribe(