From 027aeffd04eac5a68a43f82e33d17e102a923c4e Mon Sep 17 00:00:00 2001 From: shubhamchasing Date: Thu, 3 Oct 2024 23:09:42 +0530 Subject: [PATCH] fix: resolve a11y warnings for label-has-associated-control rule (#4126) --- .../add-contributors-header.tsx | 3 ++- components/atoms/Search/search.tsx | 4 ++- components/atoms/Select/single-select.tsx | 3 +++ .../UserSettingsPage/developer-pack-form.tsx | 6 +++-- .../UserSettingsPage/user-settings-page.tsx | 27 ++++++++++++++----- components/shared/AppSidebar/AppSidebar.tsx | 3 ++- components/shared/DayRangePicker.tsx | 3 ++- components/shared/LimitPicker.tsx | 3 ++- 8 files changed, 38 insertions(+), 14 deletions(-) diff --git a/components/AddContributorsHeader/add-contributors-header.tsx b/components/AddContributorsHeader/add-contributors-header.tsx index 14e07f35e..7623851a8 100644 --- a/components/AddContributorsHeader/add-contributors-header.tsx +++ b/components/AddContributorsHeader/add-contributors-header.tsx @@ -81,9 +81,10 @@ const AddContributorsHeader = ({
-