Commit e3e635e
feat: Add "option" to available role values (#35137)
Summary:
As pointed out by efoken on #34424 (comment) we forgot we add the `option` value to the `role` prop, so this PR adds this missing value as requested on #34424.
## Changelog
[General] [Added] - Add "option" to available role values
Pull Request resolved: #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: 5e3e24c0ff05c361a7a8dc1ee1f20ba3fb6988ca1 parent f3d9f2e commit e3e635e
File tree
3 files changed
+4
-0
lines changed- Libraries
- Components/View
- Utilities
3 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| 333 | + | |
333 | 334 | | |
334 | 335 | | |
335 | 336 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
| |||
0 commit comments