diff --git a/apps/web/components/dialog/EditLocationDialog.tsx b/apps/web/components/dialog/EditLocationDialog.tsx index 4028ce5d3d..1a0f635092 100644 --- a/apps/web/components/dialog/EditLocationDialog.tsx +++ b/apps/web/components/dialog/EditLocationDialog.tsx @@ -519,7 +519,7 @@ export const EditLocationDialog = (props: ISetLocationDialog) => { ? locationOptions.filter((location) => location.value !== "phone") : locationOptions } - isSearchable={false} + isSearchable className="my-4 block w-full min-w-0 flex-1 rounded-sm border border-gray-300 text-sm" onChange={(val) => { if (val) { diff --git a/apps/web/pages/event-types/[type].tsx b/apps/web/pages/event-types/[type].tsx index 59131e15ae..6a4fe04d0b 100644 --- a/apps/web/pages/event-types/[type].tsx +++ b/apps/web/pages/event-types/[type].tsx @@ -451,7 +451,7 @@ const EventTypePage = (props: inferSSRProps) => {