|
@@ -50,10 +50,9 @@ class TrialCase extends Component {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
render() {
|
|
render() {
|
|
|
- let schemaID = this.props.history.location.state ? this.props.history.location.state.schemaID : "ecommerce_schemaID";
|
|
|
|
|
- let schemaName = this.props.history.location.state ? this.props.history.location.state.schemaName : "ecommerce";
|
|
|
|
|
- let projectID = this.props.history.location.state ? this.props.history.location.state.projectID : "";
|
|
|
|
|
- let _this = this;
|
|
|
|
|
|
|
+ let schemaID = this.props.location.state ? this.props.location.state.schemaID : "ecommerce_schemaID";
|
|
|
|
|
+ let schemaName = this.props.location.state ? this.props.location.state.schemaName : "ecommerce";
|
|
|
|
|
+ let projectID = this.props.location.state ? this.props.location.state.projectID : "";
|
|
|
return (
|
|
return (
|
|
|
<div>
|
|
<div>
|
|
|
<Menu
|
|
<Menu
|