mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
Merge pull request #6 from ascribe/AD-1235-delete-edition-failed
Fix wrong pushState invocation
This commit is contained in:
commit
b2eb51a4a8
@ -68,7 +68,7 @@ let EditionActionPanel = React.createClass({
|
||||
let notification = new GlobalNotificationModel(response.notification, 'success');
|
||||
GlobalNotificationActions.appendGlobalNotification(notification);
|
||||
|
||||
this.history.pushState('/collection');
|
||||
this.history.pushState(null, '/collection');
|
||||
},
|
||||
|
||||
refreshCollection() {
|
||||
|
Loading…
Reference in New Issue
Block a user