diff --git a/src/lib/src/shared/flo.properties.ts b/src/lib/src/shared/flo.properties.ts index 47ea355..2c9a95e 100644 --- a/src/lib/src/shared/flo.properties.ts +++ b/src/lib/src/shared/flo.properties.ts @@ -110,7 +110,6 @@ export namespace Properties { load() { this.loading = true; - this._loadedSubject.next(false); this.createProperties().then(properties => { this.controlModels = properties.map(p => this.createControlModel(p)); this.loading = false;