InfluxDB: InfluxQL query editor: better handling of slow queries (#34507)

* InfluxDB: InfluxQL query editor: better handling of slow queries

* adjusted message to be similar to other messages

* simplify code

Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>

Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
This commit is contained in:
Gábor Farkas 2021-05-24 15:58:59 +02:00 committed by GitHub
parent 530072fce7
commit 0afc4c0361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,7 @@ const SelSingleLoad = ({ loadOptions, allowCustomValue, onChange, onClose }: Sel
return (
<div className={selectClass}>
<Select
isLoading={loadState.loading}
formatCreateLabel={formatCreateLabel}
autoFocus
isOpen