chore: fix type missmatch

This commit is contained in:
Matthias 2024-07-19 07:21:05 +02:00
parent 1099d7b43e
commit 13a54d8ac4

View File

@ -270,7 +270,7 @@ function removeIndicator() {
} }
function clickAddNewIndicator() { function clickAddNewIndicator() {
addNewIndicator.value = !addNewIndicator; addNewIndicator.value = !addNewIndicator.value;
selIndicatorName.value = ''; selIndicatorName.value = '';
} }