Dont default empty state (#7217)

This commit is contained in:
sean-brydon
2023-02-19 20:16:19 +00:00
committed by GitHub
parent 2fe54ded15
commit 55ee939cf9
@@ -152,14 +152,11 @@ export const EventSetupTab = (
return true;
});
const defaultValue = getDefaultLocationValue(locationOptions, "integrations:daily");
return (
<div className="w-full">
{validLocations.length === 0 && (
<div className="flex">
<LocationSelect
defaultValue={defaultValue}
placeholder={t("select")}
options={locationOptions}
isSearchable={false}