removed dummy code

This commit is contained in:
Timo 2021-02-08 13:15:19 +02:00
parent 4989e4b57e
commit 67d36aef27

View File

@ -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(