@arsedizioni/ars-utils 21.2.165 → 21.2.167

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.
@@ -183,8 +183,8 @@ class SendToDialogComponent {
183
183
  this.dialogData = inject(MAT_DIALOG_DATA);
184
184
  this.item = {
185
185
  recipients: null,
186
- subject: null,
187
- text: null,
186
+ subject: this.dialogData.title,
187
+ text: this.dialogData.text,
188
188
  options: null
189
189
  };
190
190
  }