mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 07:01:12 +00:00
fix warnings (#3201)
This commit is contained in:
@@ -26,7 +26,7 @@ class AddOrgAdminDialog extends React.Component {
|
||||
addOrgAdmin = () => {
|
||||
if (this.state.selectedOption) {
|
||||
let userEmail = this.state.selectedOption.email;
|
||||
this.props.addOrgAdmin(userEmail)
|
||||
this.props.addOrgAdmin(userEmail);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user