mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Cloudwatch: Fix ui bug in template variable editor (#66207)
This commit is contained in:
parent
dcd976dc07
commit
c4f2b50da9
@ -23,6 +23,7 @@ export const VariableTextField = ({ interactive, label, onBlur, placeholder, val
|
|||||||
value={localValue}
|
value={localValue}
|
||||||
onChange={(e) => setLocalValue(e.currentTarget.value)}
|
onChange={(e) => setLocalValue(e.currentTarget.value)}
|
||||||
onBlur={() => onBlur(localValue)}
|
onBlur={() => onBlur(localValue)}
|
||||||
|
width={25}
|
||||||
/>
|
/>
|
||||||
</InlineField>
|
</InlineField>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user