@the-liberators/ngx-scrumteamsurvey-tools 2.3.91 → 2.3.92

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.
@@ -4951,6 +4951,9 @@ class ModelCanvasComponent extends ComponentWithViewStateBase {
4951
4951
  this.snackBar = snackBar;
4952
4952
  this.QualifiedByEnum = QualifiedByEnum;
4953
4953
  this.settings = this.userSettingsService.get();
4954
+ if (typeof this.settings.user.modelFilter.advanced === 'undefined') {
4955
+ this.settings.user.modelFilter.advanced = false;
4956
+ }
4954
4957
  if (!this.settings.user.modelFilter.layers || this.settings.user.modelFilter.layers.length == 0) {
4955
4958
  this.settings.user.modelFilter.layers = [];
4956
4959
  this.settings.user.modelFilter.layers.push(new SelectListItem("TeamMembers", "Team", true));