#600 quick search for resource calendar (#635)

Co-authored-by: lethemanh <lethemanh@lethemanhs-MacBook-Pro.local>
This commit is contained in:
lethemanh
2026-03-17 22:10:36 +07:00
committed by GitHub
parent 387e64d58c
commit 7d21eab757
9 changed files with 192 additions and 69 deletions
@@ -81,7 +81,7 @@ export function TempCalendarsInput({
return (
<PeopleSearch
objectTypes={["user"]}
objectTypes={["user", "resource"]}
selectedUsers={tempUsers}
onChange={handleUserChange}
onToggleEventPreview={handleToggleEventPreview}