Skip to content

Commit

Permalink
fix: useHasPermission import (#3853)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg authored Apr 29, 2024
1 parent 3372207 commit e156609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/web/components/EditPermissions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ import Panel from './base/grid/Panel'
import InputGroup from './base/forms/InputGroup'
import classNames from 'classnames'
import OrganisationProvider from 'common/providers/OrganisationProvider'
import { useHasPermission } from 'common/providers/Permission';
const Project = require('common/project')

type EditPermissionModalType = {
Expand Down

0 comments on commit e156609

Please sign in to comment.