1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-15 01:25:17 +01:00

Fix wrong pushState invocation

This commit is contained in:
Tim Daubenschütz 2015-10-27 09:59:46 +01:00
parent 2ce0b2417d
commit 576fa39167

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