confirming works, last address is now persisted, thank you page is up but not yet accessible
This commit is contained in:
@@ -78,9 +78,17 @@ var NavigationActions = {
|
||||
actionType: NavigationConstants.CHANGE_URL,
|
||||
url: '/'
|
||||
});
|
||||
},
|
||||
|
||||
goToThankYou: function() {
|
||||
AppDispatcher.handleAction({
|
||||
actionType: NavigationConstants.CHANGE_URL,
|
||||
url: '/hvala'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
module.exports = NavigationActions;
|
||||
|
||||
Reference in New Issue
Block a user