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

* 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>
(cherry picked from commit 0afc4c0361)

Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2021-05-24 16:31:52 +02:00
committed by GitHub
co-authored by Gábor Farkas
parent ea1dae55e8
commit 01c5587eda
@@ -106,6 +106,7 @@ const SelSingleLoad = ({ loadOptions, allowCustomValue, onChange, onClose }: Sel
return (
<div className={selectClass}>
<Select
isLoading={loadState.loading}
formatCreateLabel={formatCreateLabel}
autoFocus
isOpen