Reduce minimum time to 1 minute

This commit is contained in:
Bailey Pumfleet 2022-02-03 17:04:44 +00:00
parent 656d319cd9
commit b202c7b595

View file

@ -646,7 +646,7 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
} }
id="length" id="length"
required required
min="10" min="1"
placeholder="15" placeholder="15"
defaultValue={eventType.length || 15} defaultValue={eventType.length || 15}
onChange={(e) => { onChange={(e) => {