mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 00:25:46 -06:00
PanelEdit: fixes search bar not behaving correctly (#34391)
This commit is contained in:
parent
c1ec13035d
commit
de95bf2c04
@ -50,7 +50,7 @@ export const SpanNullsEditor: React.FC<FieldOverrideEditorProps<boolean | number
|
|||||||
<RadioButtonGroup value={value} options={GAPS_OPTIONS} onChange={onChange} />
|
<RadioButtonGroup value={value} options={GAPS_OPTIONS} onChange={onChange} />
|
||||||
{isThreshold && (
|
{isThreshold && (
|
||||||
<Input
|
<Input
|
||||||
autoFocus={true}
|
autoFocus={false}
|
||||||
placeholder="never"
|
placeholder="never"
|
||||||
width={10}
|
width={10}
|
||||||
defaultValue={formattedTime}
|
defaultValue={formattedTime}
|
||||||
|
Loading…
Reference in New Issue
Block a user