fix reset list to avoid repeat api calls

This commit is contained in:
RubenPX 2022-04-08 12:40:11 +02:00
parent 458e267b46
commit 832006f223

View file

@ -349,6 +349,7 @@ async function processSelectedDevices() {
}
}
})
this.list = []
}
}