Add minimum value in minutes in new event type (#1624)
This commit is contained in:
parent
af89de8004
commit
2f5e7bcb8b
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ export default function CreateEventTypeButton(props: Props) {
|
||||||
<TextField
|
<TextField
|
||||||
type="number"
|
type="number"
|
||||||
required
|
required
|
||||||
|
min="10"
|
||||||
placeholder="15"
|
placeholder="15"
|
||||||
defaultValue={15}
|
defaultValue={15}
|
||||||
label={t("length")}
|
label={t("length")}
|
||||||
|
|
Loading…
Reference in a new issue