Skip to content

feat(backend): Implement get parameters #61

feat(backend): Implement get parameters

feat(backend): Implement get parameters #61

Triggered via push July 24, 2024 19:09
Status Success
Total duration 52s
Artifacts

frontend_qa.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
src/components/ui/stepper.tsx#L79
[react-hooks/exhaustive-deps] React Hook React.useMemo has a missing dependency: 'resetSteps'. Either include it or remove the dependency array.
src/sections/profiles/components/profile-form-dialog.tsx#L125
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'formData' and 'setFormData'. Either include them or remove the dependency array.
src/sections/profiles/components/profile-form-dialog.tsx#L216
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'formData' and 'setFormData'. Either include them or remove the dependency array.
src/sections/profiles/components/profile-form-dialog.tsx#L325
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'formData' and 'setFormData'. Either include them or remove the dependency array.
src/sections/profiles/components/test-credentials-button.tsx#L56
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'toast' and 'validateCredentials'. Either include them or remove the dependency array.
check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: ataylorme/eslint-annotate-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/