Reduce minimum time to 1 minute
This commit is contained in:
@@ -646,7 +646,7 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
|
||||
}
|
||||
id="length"
|
||||
required
|
||||
min="10"
|
||||
min="1"
|
||||
placeholder="15"
|
||||
defaultValue={eventType.length || 15}
|
||||
onChange={(e) => {
|
||||
|
||||
Reference in New Issue
Block a user