From 0cff9ccae9f3af56115582d94c3bf8a0d655f7f9 Mon Sep 17 00:00:00 2001 From: GotPPay Date: Fri, 11 May 2018 11:45:06 +0200 Subject: [PATCH] fix typo with error message --- src/routes/app/routes/organization/components/organization.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/app/routes/organization/components/organization.js b/src/routes/app/routes/organization/components/organization.js index 7fcc14c..551fd35 100644 --- a/src/routes/app/routes/organization/components/organization.js +++ b/src/routes/app/routes/organization/components/organization.js @@ -650,7 +650,7 @@ class Organization extends React.Component { open={this.state.showErrorMessage} onRequestClose={this.handleDialogDismiss.bind(this)} > - {this.state.message} + {this.state.errorMessage}