1
0
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:
Tim Daubenschütz 2015-10-27 10:02:57 +01:00
commit b2eb51a4a8

View File

@ -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() {