mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
fix: type error
This commit is contained in:
parent
c4594c4c1f
commit
96a9744347
@ -113,6 +113,7 @@ 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…
x
Reference in New Issue
Block a user