mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-10 23:46:49 +02:00
Keep demo values fixed
This commit is contained in:
parent
53906b1acf
commit
e032f6f993
5 changed files with 83 additions and 42 deletions
|
@ -188,6 +188,7 @@ const MonthCalendar: React.VoidFunctionComponent<DateTimePickerProps> = ({
|
|||
</div>
|
||||
<div>
|
||||
<Switch
|
||||
data-testid="specify-times-switch"
|
||||
checked={isTimedEvent}
|
||||
onChange={(checked) => {
|
||||
if (checked) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue