change to freeze configuration models (#9644)

This commit is contained in:
Anthony Dresser
2020-03-17 15:45:29 -07:00
committed by GitHub
parent 19dec78349
commit bd8c4a44c8
3 changed files with 12 additions and 11 deletions

View File

@@ -122,8 +122,7 @@ export class ConfigurationModel implements IConfigurationModel {
}
freeze(): ConfigurationModel {
// {{SQL CARBON EDIT}} @todo anthonydresser 4/12/19 needs investigation; we shouldn't need to do this
// this.isFrozen = true;
this.isFrozen = true;
return this;
}