Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Configuration variable editor (WIP) #449

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Fix various lint errors

d72f6b0
Select commit
Loading
Failed to load commit list.
Draft

feature: Configuration variable editor (WIP) #449

Fix various lint errors
d72f6b0
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / ESLint succeeded Nov 26, 2024 in 10s

2 new alerts

New alerts in code changed by this pull request

  • 2 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 19 in apps/frontend/src/components/settings/configuration-variable-editor.component.tsx

See this annotation in the file changed.

Code scanning / ESLint

Disallow unused variables Warning

'state' is assigned a value but never used.

Check warning on line 30 in apps/frontend/src/components/settings/configuration-variable-editor.component.tsx

See this annotation in the file changed.

Code scanning / ESLint

verifies the list of dependencies for Hooks like useEffect and similar Warning

React Hook useCallback has a missing dependency: 'fetch'. Either include it or remove the dependency array.