@arsedizioni/ars-utils 21.2.245 → 21.2.246

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.
@@ -4325,6 +4325,9 @@ class ClipperNoteEditComponent {
4325
4325
  if (this.dialogData.currentItem?.documentId) {
4326
4326
  this.item.documentId = this.dialogData.currentItem.documentId;
4327
4327
  }
4328
+ if (this.dialogData.currentItem?.documentTitle) {
4329
+ this.item.documentTitle = this.dialogData.currentItem.documentTitle;
4330
+ }
4328
4331
  this.loadTeams();
4329
4332
  }
4330
4333
  /**