diff --git a/apps/web/pages/event-types/[type].tsx b/apps/web/pages/event-types/[type].tsx index fbbd1b80..4d3414aa 100644 --- a/apps/web/pages/event-types/[type].tsx +++ b/apps/web/pages/event-types/[type].tsx @@ -660,7 +660,12 @@ const EventTypePage = (props: inferSSRProps) => {
@@ -1610,6 +1615,8 @@ const EventTypePage = (props: inferSSRProps) => { onChange={(val) => { if (val) { locationFormMethods.setValue("locationType", val.value); + locationFormMethods.unregister("locationLink"); + locationFormMethods.unregister("locationAddress"); setSelectedLocation(val); } }}