Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebed-meleck committed Nov 23, 2023
1 parent 5da1df3 commit f692d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/modules/users/search.modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function UserRegistryModalController(
vm.cashboxes = data;
}).catch(Notify.handleError);
}
// loa all roles
// load all roles
function loadRoles() {
return RolesService.read()
.then(role => {
Expand Down

0 comments on commit f692d3d

Please sign in to comment.