feat(IngestInfoMessage): add dataset permissions #735
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors and 9 warnings
lint:
src/sections/dataset/dataset-files/files-table/file-actions/file-actions-cell/file-action-buttons/file-options-menu/FileOptionsMenu.tsx#L7
'useFileEditDatasetPermission' is defined but never used
|
lint
Process completed with exit code 1.
|
lint:
src/stories/dataset/WithDataset.tsx#L10
'persistentId' is defined but never used. Allowed unused args must match /^_/u
|
lint:
src/stories/dataset/WithDataset.tsx#L11
'version' is defined but never used. Allowed unused args must match /^_/u
|
lint:
src/stories/dataset/WithDatasetAllPermissionsGranted.tsx#L13
'persistentId' is defined but never used. Allowed unused args must match /^_/u
|
lint:
src/stories/dataset/WithDatasetAllPermissionsGranted.tsx#L14
'version' is defined but never used. Allowed unused args must match /^_/u
|
lint:
src/stories/dataset/WithDatasetDraftAsOwner.tsx#L15
'version' is defined but never used. Allowed unused args must match /^_/u
|
lint:
src/stories/dataset/WithDatasetLockedFromEdits.tsx#L15
'version' is defined but never used. Allowed unused args must match /^_/u
|
lint:
src/stories/dataset/WithDatasetNotFound.tsx#L9
'persistentId' is defined but never used. Allowed unused args must match /^_/u
|
lint:
src/stories/dataset/WithDatasetNotFound.tsx#L10
'version' is defined but never used. Allowed unused args must match /^_/u
|
lint:
tests/component/sections/dataset/dataset-files/files-table/file-actions/edit-files-menu/EditFilesMenu.spec.tsx#L20
'fileRepository' is assigned a value but never used. Allowed unused vars must match /^_/u
|