Skip to content

Commit 0e5acfc

Browse files
committed
Revert "[#1804] fixed create collection popop issue"
This reverts commit 9a70004.
1 parent 9a70004 commit 0e5acfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/actions/collections.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function createCollection(collection) {
5656
const pathname = `/${newCollection.owner.username}/collections/${newCollection.id}`;
5757
const location = { pathname, state: { skipSavingPath: true } };
5858

59-
browserHistory.replace(location);
59+
browserHistory.push(location);
6060
})
6161
.catch((error) => {
6262
const { response } = error;

0 commit comments

Comments
 (0)