parent
b93e8da235
commit
c615ef476a
|
@ -7,7 +7,7 @@ import styles from './MonitorToggleButton.css';
|
|||
|
||||
function getTooltip(monitored, isDisabled) {
|
||||
if (isDisabled) {
|
||||
return 'Cannot toogle monitored state when series is unmonitored';
|
||||
return 'Cannot toggle monitored state when series is unmonitored';
|
||||
}
|
||||
|
||||
if (monitored) {
|
||||
|
|
Loading…
Reference in New Issue