Dont default empty state (#7217)
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}
|
||||
|
|
Loading…
Reference in New Issue