Skip to content

Commit

Permalink
feat: create a check organization permission component and set on int…
Browse files Browse the repository at this point in the history
…erfaces.json file
  • Loading branch information
Josmar-jr committed Sep 9, 2024
1 parent 44a0cc0 commit 6b8573a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion react/CheckOrganizationPermission.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function CheckOrganizationPermission({
)

if (error) {
console.error('CheckOrganizationPermission error:', error)
console.error('CheckOrganizationPermission component error:', error)

return null
}
Expand Down
9 changes: 0 additions & 9 deletions react/queries/getOrganizationPermissions.gql

This file was deleted.

0 comments on commit 6b8573a

Please sign in to comment.