We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb288f6 commit c5064f8Copy full SHA for c5064f8
1 file changed
src/authz-module/libraries-manager/context.tsx
@@ -4,7 +4,7 @@ import {
4
import { useParams } from 'react-router-dom';
5
import { AppContext } from '@edx/frontend-platform/react';
6
import { useValidateUserPermissions } from '@src/data/hooks';
7
-import { useLibrary } from '../data/hooks';
+
8
9
const LIBRARY_TEAM_PERMISSIONS = ['act:view_library_team', 'act:manage_library_team'];
10
0 commit comments