sm-click-library-ui 0.0.250 → 0.0.251

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.
@@ -11236,7 +11236,7 @@ const Ih = () => {
11236
11236
  const n = this.attendants.findIndex(
11237
11237
  (t) => t.id === e.id
11238
11238
  );
11239
- n !== -1 ? this.attendants[n] = department : this.attendants.push(e);
11239
+ n !== -1 ? this.attendants[n] = e : this.attendants.push(e);
11240
11240
  }
11241
11241
  }
11242
11242
  });