diff options
Diffstat (limited to 'frontend/app/views/graph/components/page.edit.js')
| -rw-r--r-- | frontend/app/views/graph/components/page.edit.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/app/views/graph/components/page.edit.js b/frontend/app/views/graph/components/page.edit.js index 4025726..16a7eef 100644 --- a/frontend/app/views/graph/components/page.edit.js +++ b/frontend/app/views/graph/components/page.edit.js @@ -45,6 +45,7 @@ class PageEdit extends Component { return ( <PageForm data={show.res} + actions={{ graph: this.props.graphActions }} graph={this.props.graph.show.res} onSubmit={this.handleSubmit.bind(this)} /> |
