Add small prop to PeopleSearch components for reduced height
- Add small prop support to PeopleSearch component - Pass small prop to PeopleSearch in AttendeeSearch - Use small prop in EventFormFields Participants field - Use small prop in TempCalendarsInput for left sidebar
This commit is contained in:
committed by
Benoit TELLIER
parent
1347583e9a
commit
12776d36a4
@@ -524,7 +524,11 @@ export default function EventFormFields({
|
||||
label={t("event.form.participants")}
|
||||
isExpanded={showMore}
|
||||
>
|
||||
<AttendeeSelector attendees={attendees} setAttendees={setAttendees} />
|
||||
<AttendeeSelector
|
||||
attendees={attendees}
|
||||
setAttendees={setAttendees}
|
||||
small
|
||||
/>
|
||||
</FieldWithLabel>
|
||||
|
||||
<FieldWithLabel
|
||||
|
||||
Reference in New Issue
Block a user