Skip to content
Snippets Groups Projects
Commit 95544bad authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix admin add user close button

parent 47f55006
Branches
Tags
No related merge requests found
......@@ -136,6 +136,8 @@ export default class PeopleListingApp extends Component {
user: user,
},
});
} else {
this.props.showModal(null);
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment