moving to load participants when dialog opens #3272
Annotations
1 error and 4 warnings
Run npm run build --if-present
Process completed with exit code 1.
|
Run npm run lint:
src/web/components/UserManagement/UserParticipantsDialog.tsx#L1
'useEffect' is defined but never used. Allowed unused vars must match /^_/u
|
Run npm run lint:
src/web/components/UserManagement/UserParticipantsDialog.tsx#L6
'GetUserParticipants' is defined but never used. Allowed unused vars must match /^_/u
|
Run npm run lint:
src/web/components/UserManagement/UserParticipantsDialog.tsx#L17
'setUserParticipants' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run npm run lint:
src/web/components/UserManagement/UserParticipantsDialog.tsx#L18
'setIsLoading' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Loading