Add minimum value in minutes in new event type (#1624)

This commit is contained in:
Juan Esteban Nieto Cifuentes
2022-01-28 04:54:19 -05:00
committed by GitHub
parent af89de8004
commit 2f5e7bcb8b

View File

@@ -195,6 +195,7 @@ export default function CreateEventTypeButton(props: Props) {
<TextField
type="number"
required
min="10"
placeholder="15"
defaultValue={15}
label={t("length")}