Commit 486ee21
committed
fix(ui): add missing fontSize to SelectContext in Combobox and Autocomplete
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.1 parent 12ce3b6 commit 486ee21
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