Fixing weird bug

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2022-05-07 00:30:07 -03:00
parent 89fdc7ed1c
commit a2cb6821dc
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -443,6 +443,7 @@ function addClient() {
utils.showAlert("success", "fas fa-plus", "Successfully added client", ip);
reloadClientSuggestions();
table.ajax.reload(null, false);
table.rows().deselect();
} else {
utils.showAlert("error", "", "Error while adding new client", response.message);
}