removed dummy code
This commit is contained in:
parent
4989e4b57e
commit
67d36aef27
@ -60,10 +60,6 @@ export class DictionaryOverviewScreenComponent extends ComponentHasChanges {
|
|||||||
this._initialize();
|
this._initialize();
|
||||||
}
|
}
|
||||||
|
|
||||||
private setHeight() {
|
|
||||||
this.editorComponent.style = { height: '500px' };
|
|
||||||
}
|
|
||||||
|
|
||||||
private _initialize() {
|
private _initialize() {
|
||||||
if (this.dictionary.type)
|
if (this.dictionary.type)
|
||||||
this._dictionaryControllerService.getDictionaryForType(this.dictionary.type, this.dictionary.ruleSetId).subscribe(
|
this._dictionaryControllerService.getDictionaryForType(this.dictionary.type, this.dictionary.ruleSetId).subscribe(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user