1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

fix: invalid dialog title (closes #69)

This commit is contained in:
Steffen Vogel 2017-06-28 13:06:28 +02:00
parent f7979ab250
commit 01f3b2d8ac

View file

@ -83,7 +83,7 @@ class NewProjectDialog extends Component {
render() {
return (
<Dialog show={this.props.show} title="New Simulation" buttonTitle="Add" onClose={(c) => this.onClose(c)} onReset={() => this.resetState()} valid={this.valid}>
<Dialog show={this.props.show} title="New Project" buttonTitle="Add" onClose={(c) => this.onClose(c)} onReset={() => this.resetState()} valid={this.valid}>
<form>
<FormGroup controlId="name" validationState={this.validateForm('name')}>
<ControlLabel>Name</ControlLabel>