We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d04864 commit 2fdf75eCopy full SHA for 2fdf75e
src/components/TeamManagement/CopilotManagementDialog.js
@@ -93,7 +93,6 @@ class ProjectManagementDialog extends React.Component {
93
} = this.props
94
const canManageCopilots = hasPermission(PERMISSIONS.MANAGE_COPILOTS)
95
const canRemoveCopilots = hasPermission(PERMISSIONS.REMOVE_COPILOTS)
96
- const canInviteCopilots = hasPermission(PERMISSIONS.INVITE_COPILOTS)
97
const showSuggestions = hasPermission(PERMISSIONS.SEE_MEMBER_SUGGESTIONS)
98
let i = 0
99
return (
0 commit comments