Fix closeModal invocation (#2239)
Fixes #2238
Some call sites where missed in 382b2a506a
This commit is contained in:
@ -21,7 +21,10 @@ const mapDispatchToProps = dispatch => ({
|
||||
dispatch(changeLocalSetting(setting, value));
|
||||
},
|
||||
onClose () {
|
||||
dispatch(closeModal());
|
||||
dispatch(closeModal({
|
||||
modalType: undefined,
|
||||
ignoreFocus: false,
|
||||
}));
|
||||
},
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user