Added validation for duration field in the event types (#8649)
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>pull/8643/head
parent
dbf6bb991f
commit
20f7a5841e
|
@ -466,6 +466,7 @@ export const EventSetupTab = (
|
|||
defaultValue={eventType.length ?? 15}
|
||||
{...formMethods.register("length")}
|
||||
addOnSuffix={<>{t("minutes")}</>}
|
||||
min={1}
|
||||
/>
|
||||
)}
|
||||
{!lengthLockedProps.disabled && (
|
||||
|
|
Loading…
Reference in New Issue