@trudb/tru-common-lib 0.0.278 → 0.0.279
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -976,7 +976,7 @@ class TruBreezeContext {
|
|
|
976
976
|
|
|
977
977
|
class TruAppEnvironment {
|
|
978
978
|
constructor() {
|
|
979
|
-
this._activeUserRef = new BehaviorSubject(
|
|
979
|
+
this._activeUserRef = new BehaviorSubject(3);
|
|
980
980
|
this._isSaving = new BehaviorSubject(false);
|
|
981
981
|
this._saveComplete = new BehaviorSubject(null);
|
|
982
982
|
this._revertComplete = new BehaviorSubject(null);
|