fix key name
This commit is contained in:
parent
75b540635b
commit
c7a91340dc
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ const perform = dispatch => ({
|
|||
publish: params => dispatch(doPublish(params)),
|
||||
navigate: path => dispatch(doNavigate(path)),
|
||||
prepareEdit: claim => dispatch(doPrepareEdit(claim)),
|
||||
resetThumbnail: () => dispatch(doResetThumbnailStatus()),
|
||||
resetThumbnailStatus: () => dispatch(doResetThumbnailStatus()),
|
||||
});
|
||||
|
||||
export default connect(select, perform)(PublishPage);
|
||||
|
|
Loading…
Reference in a new issue