Skip to content

Commit 2fdf75e

Browse files
committed
Fix Issue #4341
1 parent 8d04864 commit 2fdf75e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/TeamManagement/CopilotManagementDialog.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ class ProjectManagementDialog extends React.Component {
9393
} = this.props
9494
const canManageCopilots = hasPermission(PERMISSIONS.MANAGE_COPILOTS)
9595
const canRemoveCopilots = hasPermission(PERMISSIONS.REMOVE_COPILOTS)
96-
const canInviteCopilots = hasPermission(PERMISSIONS.INVITE_COPILOTS)
9796
const showSuggestions = hasPermission(PERMISSIONS.SEE_MEMBER_SUGGESTIONS)
9897
let i = 0
9998
return (

0 commit comments

Comments
 (0)