Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Add ability to edit catalog description #8

Add ability to edit catalog description

Add ability to edit catalog description #8

Triggered via pull request August 8, 2024 17:14
Status Success
Total duration 1m 16s
Artifacts

lint-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
lint: src/components/modals/DeleteFunctionModal.tsx#L42
React Hook useCallback has missing dependencies: 'catalog' and 'schema'. Either include them or remove the dependency array
lint: src/components/modals/DeleteVolumeModal.tsx#L42
React Hook useCallback has missing dependencies: 'catalog' and 'schema'. Either include them or remove the dependency array
lint: src/components/schemas/CreateAssetsDropdown.tsx#L20
'openModal' is assigned a value but never used
lint: src/pages/CatalogDetails.tsx#L70
Nested block is redundant