Skip to content

Commit

Permalink
Clean and sanitaze
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed Mar 4, 2024
1 parent 3572923 commit b131ab2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function MultiPayrollIndiceParamModalController(Notify, MultiplePayroll, Instanc
vm.submit = (form) => {
if (form.$invalid) { return 0; }
vm.param.lang = Languages.key;
return MultiplePayroll.parameters.create(vm.param).then((res) => {
return MultiplePayroll.parameters.create(vm.param).then(() => {
Notify.success('FORM.INFO.OPERATION_SUCCESS');
return vm.close(true);
})
Expand Down

0 comments on commit b131ab2

Please sign in to comment.