Fix hosted_tables isConfigured — check site_url config field not secrets
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
880cd9793d
commit
e76753f92f
1 changed files with 1 additions and 0 deletions
|
|
@ -242,6 +242,7 @@ function IntegrationCard({ integration, onSaved }: { integration: Integration; o
|
|||
}
|
||||
|
||||
const isConfigured = Object.values(integration.secrets).some(v => v === MASKED)
|
||||
|| (integration.slug === 'hosted_tables' && !!integration.config.site_url)
|
||||
|
||||
return (
|
||||
<div style={{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue