Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1168 from 18F/ab-fix-space-invite-bug
Browse files Browse the repository at this point in the history
Check that user has org manage role in space
  • Loading branch information
jcscottiii authored Jul 26, 2017
2 parents 1066de1 + bcbde28 commit ad00fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static_src/components/users.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export default class Users extends React.Component {
<UsersInvite
inviteEntityType={ this.entityType }
inviteDisabled={ this.state.inviteDisabled }
currentUserAccess={ this.state.currentUserAccess }
currentUserAccess={ this.currentUserIsOrgManager }
error={ this.state.userListNoticeError }
/>
);
Expand Down

0 comments on commit ad00fa2

Please sign in to comment.