Reduce minimum time to 1 minute
This commit is contained in:
parent
656d319cd9
commit
b202c7b595
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||||
|
|
Loading…
Reference in a new issue