mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 04:55:15 +00:00
chore: fix type missmatch
This commit is contained in:
parent
1099d7b43e
commit
13a54d8ac4
|
@ -270,7 +270,7 @@ function removeIndicator() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function clickAddNewIndicator() {
|
function clickAddNewIndicator() {
|
||||||
addNewIndicator.value = !addNewIndicator;
|
addNewIndicator.value = !addNewIndicator.value;
|
||||||
selIndicatorName.value = '';
|
selIndicatorName.value = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user