Fix destructuring bug in arg with default value
parent
cb88e31a7a
commit
5bfed911b3
|
@ -85,7 +85,7 @@ export const getMeAsync = ({shouldResetMe = false} = {}) => async dispatch => {
|
|||
export const meChangeOrganizationAsync = (
|
||||
url,
|
||||
organization,
|
||||
{userHasRoleInOrg = true}
|
||||
{userHasRoleInOrg = true} = {}
|
||||
) => async dispatch => {
|
||||
dispatch(meChangeOrganizationRequested())
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue