From e4386e6294c6e0ca2c2c018f879a33994b7113d9 Mon Sep 17 00:00:00 2001 From: Thamjith Thaha Date: Mon, 28 Oct 2024 20:45:48 +0530 Subject: [PATCH] Fix(Dropdown): Made the titleText required property (#17854) * fix(Dropdown): made the titleText optional in propTypes * docs(Contributors): updated the contributors list * fix(Dropdown): added back the isrequired property --- .all-contributorsrc | 9 +++++++++ README.md | 1 + 2 files changed, 10 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 1ce696a1c242..d061049851c9 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1688,6 +1688,15 @@ "contributions": [ "code" ] + }, + { + "login": "Thamjith", + "name": "Thamjith Thaha", + "avatar_url": "https://avatars.githubusercontent.com/u/24909620?v=4", + "profile": "https://github.com/Thamjith", + "contributions": [ + "code" + ] } ], "commitConvention": "none" diff --git a/README.md b/README.md index 1a17c19745c6..fe3b9c2f2fb4 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,7 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md) and our
Soumya Raju

💻
IRFAD KP

💻
Ziyad Bin Sulfi

💻 +
Thamjith Thaha

💻
IRFAD KP

💻