@bizdoc/core 3.3.11 → 3.3.12

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.
@@ -3650,7 +3650,7 @@ class OptionsComponent {
3650
3650
  this.profile = this._session.profile;
3651
3651
  this.voting = !config.comments || config.comments.voting !== false;
3652
3652
  this.options = this._session.profile.options;
3653
- this._session.profile.notifications.forEach(n => n.settings !== false && this.form.controls.notifications.controls.extra.addControl(n.name, _fb.control(null)));
3653
+ this._session.profile.notifications.forEach(n => n.settings !== false && this.form.controls.notifications.controls.extra.addControl(n.name, _fb.control(true)));
3654
3654
  }
3655
3655
  close() {
3656
3656
  this.form.valid &&