fix: resolve Select children type conflict with ButtonProps
This commit is contained in:
parent
ecd28fd520
commit
de87694867
2 changed files with 1 additions and 2 deletions
|
|
@ -113,7 +113,6 @@ export const SettingsGeneral: Component = () => {
|
|||
size="small"
|
||||
triggerStyle={{ "font-family": monoFontFamily(settings.appearance.font()), "min-width": "180px" }}
|
||||
>
|
||||
{/* @ts-expect-error */}
|
||||
{(option) => <span style={{ "font-family": monoFontFamily(option?.value) }}>{option?.label}</span>}
|
||||
</Select>
|
||||
</SettingsRow>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue