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

fix minor typo and get the correct catalog name #15

fix minor typo and get the correct catalog name

fix minor typo and get the correct catalog name #15

Triggered via pull request August 12, 2024 19:39
Status Success
Total duration 50s
Artifacts

lint-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
lint: src/components/modals/DeleteFunctionModal.tsx#L45
React Hook useCallback has missing dependencies: 'catalog' and 'schema'. Either include them or remove the dependency array
lint: src/components/modals/DeleteTableModal.tsx#L49
React Hook useCallback has missing dependencies: 'navigate' and 'setNotification'. 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