diff options
Diffstat (limited to 'frontend/app/views/index/components/graph.form.js')
| -rw-r--r-- | frontend/app/views/index/components/graph.form.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/app/views/index/components/graph.form.js b/frontend/app/views/index/components/graph.form.js index 5710beb..aa30d02 100644 --- a/frontend/app/views/index/components/graph.form.js +++ b/frontend/app/views/index/components/graph.form.js @@ -170,6 +170,12 @@ export default class GraphForm extends Component { data={data.settings} onChange={this.handleSettingsChange} /> + <TextArea + title="Custom fonts" + name="custom_fonts" + data={data.settings} + onChange={this.handleSettingsChange} + /> <SubmitButton title={submitTitle} onClick={this.handleSubmit} |
