apache / age-viewer

Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.
https://age.apache.org
Apache License 2.0
241 stars 238 forks source link

Addressed the linting errors in your JSX files related to accessibility #165

Closed KamleshKumar427 closed 7 months ago

KamleshKumar427 commented 11 months ago

Solve the error described in issue#45. There were linting errors in your JSX files related to accessibility using the jsx-a11y/control-has-associated-label rule. This rule ensures that form elements have an associated label for better accessibility.

KamleshKumar427 commented 11 months ago

@aked21 These linting errors are stopping the Age-Viewer from running. This has already been reported in issues and discord as well for a long time. Merge this PR to make the Age-Viewer functional.

mbledkowski commented 11 months ago

Can someone please merge this?