Implementation of archive route. Simplified from v1. Not tested.
This commit is contained in:
parent
a9e1700dbe
commit
dda95ecdb3
9 changed files with 320 additions and 272 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue