mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix typo (#37457)
This commit is contained in:
parent
9fa8f5cc95
commit
312e78ff0b
@ -83,7 +83,7 @@ export const AnnotationSettingsEdit: React.FC<Props> = ({ editIdx, dashboard })
|
||||
</Field>
|
||||
<Field
|
||||
label="Hidden"
|
||||
description="Annotation queries can be toggled on or of at the top of the dashboard. With this option checked this toggle will be hidden."
|
||||
description="Annotation queries can be toggled on or off at the top of the dashboard. With this option checked this toggle will be hidden."
|
||||
>
|
||||
<Checkbox name="hide" id="hide" value={annotation.hide} onChange={onChange} />
|
||||
</Field>
|
||||
|
Loading…
Reference in New Issue
Block a user