From 181f1bdefd7bfda1d59669f73a76c4a473f09257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pete=20An=C3=B8ther?= Date: Mon, 22 Jan 2024 12:45:45 -0300 Subject: [PATCH] EZQMS-527: Expose `EmployeeArrayEditor` from `contact-resources` (#4411) Signed-off-by: Petr Vyazovetskiy --- plugins/contact-resources/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/contact-resources/src/index.ts b/plugins/contact-resources/src/index.ts index bfaef495e5..ac018839de 100644 --- a/plugins/contact-resources/src/index.ts +++ b/plugins/contact-resources/src/index.ts @@ -132,6 +132,7 @@ export { OrganizationPresenter, EmployeeBrowser, MemberPresenter, + EmployeeArrayEditor, EmployeeEditor, PersonAccountRefPresenter, MembersPresenter,