summaryrefslogtreecommitdiff
path: root/frontend/views/page/components/tile.edit.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-03 23:17:21 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-03 23:17:21 +0200
commit1070d4b87f664e85ff7defa530727c97337d16db (patch)
tree471bee57ad263527540a70f5e09be5dffeac44dd /frontend/views/page/components/tile.edit.js
parent0325476d87d102f817108112772d39a64b5d1419 (diff)
saving nodes!!
Diffstat (limited to 'frontend/views/page/components/tile.edit.js')
-rw-r--r--frontend/views/page/components/tile.edit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/views/page/components/tile.edit.js b/frontend/views/page/components/tile.edit.js
index c2e3126..db85061 100644
--- a/frontend/views/page/components/tile.edit.js
+++ b/frontend/views/page/components/tile.edit.js
@@ -35,7 +35,7 @@ class TileEdit extends Component {
}
return (
<TileForm
- data={show.res}
+ initialData={show.res}
graph={this.props.graph.show.res}
page={this.props.page.show.res}
onSubmit={this.handleSubmit.bind(this)}