fmt(js): npm run fix on merge (#73165)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
hermes-seaeye[bot] 2026-07-28 06:47:12 +00:00 committed by GitHub
parent cef85482fc
commit f2a4452c8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -114,7 +114,11 @@ export function ModelVisibilityDialog({
{name}
{tag ? <span className="text-(--ui-text-tertiary)"> {tag}</span> : null}
</span>
<Switch checked={visible.has(key)} onCheckedChange={() => toggle(provider, family.id)} size="xs" />
<Switch
checked={visible.has(key)}
onCheckedChange={() => toggle(provider, family.id)}
size="xs"
/>
</label>
)
})}