Merge pull request #836 from mirumee/saleor-1599-do-not-redirect-on-channel-edit

[1599] Do not redirect on channel details edit
This commit is contained in:
Jakub Majorek 2020-11-17 18:58:45 +01:00 committed by GitHub
commit 01f92310bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,6 @@ export const ChannelDetails: React.FC<ChannelDetailsProps> = ({ id }) => {
status: "success", status: "success",
text: intl.formatMessage(commonMessages.savedChanges) text: intl.formatMessage(commonMessages.savedChanges)
}); });
handleBack();
} }
}; };