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
1 changed files with 1 additions and 0 deletions

View File

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