implement permissions #136
Annotations
10 errors and 1 warning
src/pages/Permissions/Permissions.tsx#L68
Property 'map' does not exist on type '{}'.
|
src/pages/Permissions/Permissions.tsx#L68
Parameter 'application' implicitly has an 'any' type.
|
src/pages/Permissions/Permissions.tsx#L89
Parameter 'permissionResult' implicitly has an 'any' type.
|
src/pages/Permissions/Permissions.tsx#L89
Parameter 'index' implicitly has an 'any' type.
|
src/pages/Permissions/Permissions.tsx#L90
'applications' is of type 'unknown'.
|
src/pages/Permissions/Permissions.tsx#L91
'applications' is of type 'unknown'.
|
src/pages/Permissions/Permissions.tsx#L98
'applications' is of type 'unknown'.
|
src/pages/Permissions/Permissions.tsx#L106
'applications' is of type 'unknown'.
|
src/pages/Permissions/Permissions.tsx#L107
'applications' is of type 'unknown'.
|
src/pages/Permissions/Permissions.tsx#L117
Type '{ id: string | undefined; provider: string; uid: string | undefined; }[]' is not assignable to type 'Platform[]'.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading