-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
feat: Add "option" to available role values #35137
feat: Add "option" to available role values #35137
Conversation
Base commit: 87c356d |
Base commit: 87c356d |
PR build artifact for c01e7f8 is ready. |
@NickGerleman has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was successfully merged by @gabrieldonadel in e3e635e. When will my fix make it into a release? | Upcoming Releases |
Summary: As pointed out by efoken on facebook#34424 (comment) we forgot we add the `option` value to the `role` prop, so this PR adds this missing value as requested on facebook#34424. ## Changelog [General] [Added] - Add "option" to available role values Pull Request resolved: facebook#35137 Test Plan: Ensure that CI is green as there isn't much to test in this case because we're just adding a value that maps to `undefined` Reviewed By: jacdebug Differential Revision: D40849497 Pulled By: NickGerleman fbshipit-source-id: 5e3e24c0ff05c361a7a8dc1ee1f20ba3fb6988ca
Summary
As pointed out by @efoken on #34424 (comment) we forgot we add the
option
value to therole
prop, so this PR adds this missing value as requested on #34424.Changelog
[General] [Added] - Add "option" to available role values
Test Plan
Ensure that CI is green as there isn't much to test in this case because we're just adding a value that maps to
undefined