Skip to content

Commit

Permalink
Resolve and sanitaze code
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed Mar 4, 2024
1 parent b131ab2 commit 39cb6e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function MultiPayrollIndiceParamModalController(Notify, MultiplePayroll, Instanc
.catch((error) => {
if (error.status === 400) {
Notify.errorMessage(error.data.code);
return vm.close(true);
vm.close(true);
}

Notify.handleError(error);
Expand Down

0 comments on commit 39cb6e4

Please sign in to comment.