mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashlist: use defaultChecked for IconToggle (#42642)
This commit is contained in:
parent
cdfb2d02d5
commit
9c2126c002
@ -194,7 +194,7 @@ function IconToggle({
|
||||
<label className={styles.wrapper}>
|
||||
<input
|
||||
type="checkbox"
|
||||
checked={checked}
|
||||
defaultChecked={checked}
|
||||
onClick={toggleCheckbox}
|
||||
className={styles.checkBox}
|
||||
aria-label={ariaLabel}
|
||||
|
Loading…
Reference in New Issue
Block a user