Skip to content

Commit

Permalink
[Community] fixes role tools configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Elorfin committed Mar 4, 2021
1 parent f35547e commit edb86ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const RightsModal = withReducer(selectors.STORE_NAME, reducer)(
}),
(dispatch) => ({
updateRights(toolName, perm, permValue) {
dispatch(formActions.updateProp(selectors.STORE_NAME, `${toolName}.${perm}`, 'rights', permValue))
dispatch(formActions.updateProp(selectors.STORE_NAME, `${toolName}.${perm}`, permValue))
},
loadRights(rights) {
dispatch(formActions.resetForm(selectors.STORE_NAME, rights, false))
Expand Down

0 comments on commit edb86ad

Please # to comment.