diff --git a/apps/web/components/dialog/EditLocationDialog.tsx b/apps/web/components/dialog/EditLocationDialog.tsx index c4317816b5..0451721212 100644 --- a/apps/web/components/dialog/EditLocationDialog.tsx +++ b/apps/web/components/dialog/EditLocationDialog.tsx @@ -188,6 +188,7 @@ export const EditLocationDialog = (props: ISetLocationDialog) => { control={locationFormMethods.control} render={() => ( @@ -345,7 +346,9 @@ export const EditLocationDialog = (props: ISetLocationDialog) => { {t("cancel")} - + diff --git a/apps/web/components/eventtype/EventSetupTab.tsx b/apps/web/components/eventtype/EventSetupTab.tsx index 7113d6cd95..e9acf623ff 100644 --- a/apps/web/components/eventtype/EventSetupTab.tsx +++ b/apps/web/components/eventtype/EventSetupTab.tsx @@ -248,7 +248,11 @@ export const EventSetupTab = ( )} {validLocations.length > 0 && validLocations.length !== locationOptions.length && (
  • -
  • diff --git a/apps/web/components/ui/form/LocationSelect.tsx b/apps/web/components/ui/form/LocationSelect.tsx index 60b2e838da..22106ab20c 100644 --- a/apps/web/components/ui/form/LocationSelect.tsx +++ b/apps/web/components/ui/form/LocationSelect.tsx @@ -40,6 +40,7 @@ export default function LocationSelect(props: Props name="location" + id="location-select" components={{ Option: (props) => ( diff --git a/apps/web/pages/event-types/index.tsx b/apps/web/pages/event-types/index.tsx index eb9e00da31..fa071f23f4 100644 --- a/apps/web/pages/event-types/index.tsx +++ b/apps/web/pages/event-types/index.tsx @@ -374,6 +374,7 @@ export const EventTypeList = ({ group, groupIndex, readOnly, types }: EventTypeL