Merge pull request #1 from senaduka/add-child-error-dialog-fix

fix typo with error message
This commit is contained in:
Senad Uka
2018-05-11 11:49:18 +02:00
committed by GitHub

View File

@@ -650,7 +650,7 @@ class Organization extends React.Component {
open={this.state.showErrorMessage}
onRequestClose={this.handleDialogDismiss.bind(this)}
>
{this.state.message}
{this.state.errorMessage}
</Dialog>
<Main organization={this.state.organization}
onAddressAdded={this.handleAddressAdded} onAddressRemoved={this.handleAddressRemoved}