Implementation of archive route. Simplified from v1. Not tested.

This commit is contained in:
Tomas Bures 2018-09-22 18:12:22 +02:00
parent a9e1700dbe
commit dda95ecdb3
9 changed files with 320 additions and 272 deletions

View file

@ -68,7 +68,11 @@ class TestUser extends Component {
if (this.isFormWithoutErrors()) {
const data = this.getFormValues();
console.log(this.props.entity);
console.log(data);
// FIXME - navigate to campaign preview
// window.location =
} else {
this.showFormValidation();
}