Replace Toggle with a custom component
This commit is contained in:
@ -98,7 +98,6 @@ const EditAnnouncementModal: React.FC<IEditAnnouncementModal> = ({ onClose }) =>
|
||||
</FormGroup>
|
||||
<HStack alignItems='center' space={2}>
|
||||
<Toggle
|
||||
icons={false}
|
||||
checked={allDay}
|
||||
onChange={onChangeAllDay}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user