fix typo with error message
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user