Don't set autofocus on logarithmic base select (#47927)

This commit is contained in:
Ashley Harrison 2022-04-20 11:05:37 +01:00 committed by GitHub
parent 8ae5dd74e6
commit 8b4b57a6c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,6 @@ const ScaleDistributionEditor: React.FC<FieldOverrideEditorProps<ScaleDistributi
<Select
menuShouldPortal
allowCustomValue={false}
autoFocus
options={LOG_DISTRIBUTION_OPTIONS}
value={value.log || 2}
prefix={'base'}