mirror of https://github.com/grafana/grafana.git
TimePickerSettings: make label appropriately link to input when clicked (#41638)
This commit is contained in:
parent
9b9e41e036
commit
d91e2ff632
|
|
@ -85,6 +85,7 @@ export class TimePickerSettings extends PureComponent<Props, State> {
|
|||
description="Enter 1m to ignore the last minute. It might contain incomplete metrics."
|
||||
>
|
||||
<Input
|
||||
id="now-delay-input"
|
||||
invalid={!this.state.isNowDelayValid}
|
||||
placeholder="0m"
|
||||
onChange={this.onNowDelayChange}
|
||||
|
|
|
|||
Loading…
Reference in New Issue