diff options
Diffstat (limited to 'frontend/views/index/containers/graph.edit.js')
| -rw-r--r-- | frontend/views/index/containers/graph.edit.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/views/index/containers/graph.edit.js b/frontend/views/index/containers/graph.edit.js index fadcabc..ce1b404 100644 --- a/frontend/views/index/containers/graph.edit.js +++ b/frontend/views/index/containers/graph.edit.js @@ -11,6 +11,7 @@ import GraphForm from '../components/graph.form' class GraphEdit extends Component { componentDidMount() { + console.log(this.props.match.params.id) actions.graph.show(this.props.match.params.id) } @@ -28,7 +29,6 @@ class GraphEdit extends Component { if (show.loading || !show.res) { return ( <div className='form'> - <h1>Loading...</h1> <Loader /> </div> ) |
