From f6d7fcbb50ef57f1f7d7ca8cacd711ffd576e600 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 2 Jun 2020 17:38:14 +0200 Subject: showing pages for graph. getting urls right --- frontend/views/index/components/graph.form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/views/index/components/graph.form.js') diff --git a/frontend/views/index/components/graph.form.js b/frontend/views/index/components/graph.form.js index a6a0dd6..50f9773 100644 --- a/frontend/views/index/components/graph.form.js +++ b/frontend/views/index/components/graph.form.js @@ -22,7 +22,7 @@ export default class GraphForm extends Component { componentDidMount() { const { data, isNew } = this.props - const title = isNew ? 'new graph' : 'editing ' + data.title + const title = isNew ? 'new project' : 'editing ' + data.title const submitTitle = isNew ? "Create Graph" : "Save Changes" this.setState({ title, -- cgit v1.2.3-70-g09d2