@arsedizioni/ars-utils 21.2.142 → 21.2.144

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.
@@ -210,7 +210,7 @@ class SendToDialogComponent {
210
210
  * Populate recipients
211
211
  */
212
212
  populateRecipients() {
213
- if (!this.dialogData.canPopulate) {
213
+ if (this.dialogData.canPopulate) {
214
214
  this.populate.emit({ item: this.item, source: this });
215
215
  }
216
216
  }