fix: pass isFree prop to ModelRow for custom models (closes #461) (#480)

This commit is contained in:
Anurag Saxena 2026-04-03 21:53:11 -04:00 committed by GitHub
parent 7f4f75a807
commit 2e740ad7e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -610,6 +610,7 @@ export default function ProviderDetailPage() {
onTest={connections.length > 0 ? () => handleTestModel(model.id) : undefined}
isTesting={testingModelId === model.id}
isCustom
isFree={false}
/>
))}