Thanks to visit codestin.com Credit goes to github.com
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 d8ad09f commit bcfa91dCopy full SHA for bcfa91d
site/src/pages/GroupsPage/GroupPage.tsx
@@ -91,7 +91,6 @@ export const GroupPage: React.FC = () => {
91
const { group, permissions } = state.context
92
const isLoading = group === undefined || permissions === undefined
93
const canUpdateGroup = permissions ? permissions.canUpdateGroup : false
94
- console.log(state.value)
95
96
return (
97
<>
0 commit comments