|
|
|
@ -216,13 +216,13 @@ class Trialapplication extends Component {
|
|
|
|
|
this.setState({
|
|
|
|
|
isRenders: false
|
|
|
|
|
})
|
|
|
|
|
this.Cancel();
|
|
|
|
|
this.handleDialogClose()
|
|
|
|
|
window.location.href = "/";
|
|
|
|
|
} else {
|
|
|
|
|
this.setState({
|
|
|
|
|
isRenders: false
|
|
|
|
|
})
|
|
|
|
|
this.Cancel();
|
|
|
|
|
this.handleDialogClose()
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
@ -277,13 +277,11 @@ class Trialapplication extends Component {
|
|
|
|
|
this.setState({
|
|
|
|
|
isRenders: false
|
|
|
|
|
})
|
|
|
|
|
this.Cancel();
|
|
|
|
|
this.handleDialogClose()
|
|
|
|
|
} else {
|
|
|
|
|
this.setState({
|
|
|
|
|
isRenders: false
|
|
|
|
|
})
|
|
|
|
|
this.Cancel();
|
|
|
|
|
this.handleDialogClose()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|