fix(fe file upload): added todo to check clearinterval problem

This commit is contained in:
Marco Cavalli 2025-03-12 11:18:01 +01:00
parent a17ccd65f0
commit 6dc14b9cbf

View file

@ -69,6 +69,11 @@ const checkUploadStatus = (id) => {
if (check_analyzer_index > -1) {
check_analyzer.value.splice(check_analyzer_index, 1)
}
/**
* ToDo: understand why clearInterval doesn't work, or find another way to
* check the status
*/
clearInterval(check_analyzer.value[id]);
console.log(check_analyzer.value[id])
}