Fix close dialog when apply actions

This commit is contained in:
RubenPX 2022-04-12 14:06:41 +02:00
parent c733f0a1d8
commit dada6cc328
1 changed files with 2 additions and 2 deletions

View File

@ -282,13 +282,13 @@ async function processSelectedDevices() {
this.notifyUser("Fail to remove devices from selected lot/s", error.responseJSON.message, true);
}
}
requestCount += 1
if (requestCount == this.list.length) {
this.reRenderTable();
this.list = []
this.list = [];
}
})
document.getElementById("dropDownLotsSelector").classList.remove("show");
}
/**