calcom/pages/availability
Damian Harateh c09ce2b2b5 Basic validation for New Event Type to prevent unexpected behaviour
Previously, when creating a new event type, user was still allowed to create a new event type, even if the event length's field was empty. This would cause a prisma error, since it would receive NaN and no event would have been added, but the page still reloaded. Therefore, a very basic validation to address this, at least in the short-term.
2021-04-20 01:30:38 +01:00
..
event Create, edit and delete event types 2021-04-08 15:20:38 +01:00
index.tsx Basic validation for New Event Type to prevent unexpected behaviour 2021-04-20 01:30:38 +01:00