Commit b1879a4
fix(ui): add missing fontSize to SelectContext in Combobox and Autocomplete (#27435)
PR #27379 added fontSize as a required property to SelectContext but
only updated select.tsx. This adds the missing fontSize property to
combobox.tsx and autocomplete.tsx to fix the TypeScript build error
(TS2741) that is currently blocking CI on all open PRs.
Co-authored-by: Anujkumar Yadav <anujf0510@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>1 parent cf6f110 commit b1879a4
2 files changed
Lines changed: 6 additions & 2 deletions
File tree
- openmetadata-ui-core-components/src/main/resources/ui/src/components/base
- autocomplete
- select
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
418 | | - | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
419 | 422 | | |
420 | 423 | | |
421 | 424 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
| |||
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
168 | | - | |
| 169 | + | |
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
| |||
0 commit comments