allow external attendees (#141)

* [#122] added external attendees

* fixup! [#122] added external attendees

* fixup! [#122] added external attendees

* Update src/components/Attendees/AttendeeSearch.tsx

---------

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
Co-authored-by: Benoit TELLIER <btellier@linagora.com>
This commit is contained in:
Camille Moussu
2025-09-25 11:25:22 +02:00
committed by GitHub
parent 2f7cf9c797
commit 2c78a037a9
5 changed files with 56 additions and 13 deletions
@@ -27,6 +27,7 @@ describe("PeopleSearch", () => {
const onChange = jest.fn();
renderWithProviders(
<PeopleSearch
objectTypes={["user"]}
selectedUsers={selectedUsers}
onChange={onChange}
{...props}