Apply @Crash comment to avoid boolean flags

This commit is contained in:
Benoit TELLIER
2025-12-15 15:00:03 +01:00
parent 2494a558a6
commit 071c04654e
2 changed files with 24 additions and 29 deletions
+1 -1
View File
@@ -545,7 +545,7 @@ export default function EventFormFields({
<AttendeeSelector
attendees={attendees}
setAttendees={setAttendees}
small
inputSlot={(params) => <TextField {...params} size="small" />}
/>
</FieldWithLabel>