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:
commit
01f92310bf
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue