Skip to content

feat(credential): ds-438 edit credential #1590

feat(credential): ds-438 edit credential

feat(credential): ds-438 edit credential #1590

Triggered via pull request November 13, 2024 19:24
Status Success
Total duration 2m 52s
Artifacts

integration.yml

on: pull_request
Matrix: Integration
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
Integration (20.x): src/components/login/login.tsx#L74
React Hook useCallback has a missing dependency: 't'. Either include it or remove the dependency array
Integration (20.x): src/views/credentials/addCredentialModal.tsx#L27
Unexpected any. Specify a different type
Integration (20.x): src/views/credentials/addCredentialModal.tsx#L112
React Hook useEffect has missing dependencies: 'credential', 'deriveAuthType', and 'initialFormState'. Either include them or remove the dependency array. If 'setFormData' needs the current value of 'credential', you can also switch to useReducer instead of useState and read 'credential' in the reducer
Integration (20.x): src/views/sources/addSourceModal.tsx#L34
Unexpected any. Specify a different type
Integration (18.x): src/components/login/login.tsx#L74
React Hook useCallback has a missing dependency: 't'. Either include it or remove the dependency array
Integration (18.x): src/views/credentials/addCredentialModal.tsx#L27
Unexpected any. Specify a different type
Integration (18.x): src/views/credentials/addCredentialModal.tsx#L112
React Hook useEffect has missing dependencies: 'credential', 'deriveAuthType', and 'initialFormState'. Either include them or remove the dependency array. If 'setFormData' needs the current value of 'credential', you can also switch to useReducer instead of useState and read 'credential' in the reducer
Integration (18.x): src/views/sources/addSourceModal.tsx#L34
Unexpected any. Specify a different type