We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a70004 commit 0e5acfcCopy full SHA for 0e5acfc
client/modules/IDE/actions/collections.js
@@ -56,7 +56,7 @@ export function createCollection(collection) {
56
const pathname = `/${newCollection.owner.username}/collections/${newCollection.id}`;
57
const location = { pathname, state: { skipSavingPath: true } };
58
59
- browserHistory.replace(location);
+ browserHistory.push(location);
60
})
61
.catch((error) => {
62
const { response } = error;
0 commit comments