fix: location Select auto focus (#12715)

This commit is contained in:
Mehul 2023-12-10 02:23:49 +05:30 committed by GitHub
parent e9ea0fcc20
commit 2ab7846a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -357,7 +357,6 @@ export const EventSetupTab = (
<div className="flex">
<LocationSelect
defaultMenuIsOpen={showEmptyLocationSelect}
autoFocus
placeholder={t("select")}
options={locationOptions}
value={selectedNewOption}