ps-toolkit-ui 0.0.146 → 0.0.147

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.
@@ -7319,7 +7319,7 @@
7319
7319
  }
7320
7320
  else {
7321
7321
  if (!this.modal) {
7322
- this.modal = new ModalClass(this.environment, this.l, this.name);
7322
+ this.modal = new ModalClass(this.environment, this.l, this.form.name);
7323
7323
  }
7324
7324
  this.modal.form = this.form;
7325
7325
  }