{error}
} {isLoading ? ( -+
Syncing has been paused due to {connector.consecutiveFailures} consecutive failures. {serviceId ? ' Reconnect your account to resume syncing.' @@ -529,7 +547,8 @@ function ConnectorCard({ } setShowOAuthModal(true) }} - className='w-full px-2 py-1 font-medium text-caption' + size='sm' + className='w-full' > Reconnect @@ -539,10 +558,10 @@ function ConnectorCard({ )} {missingScopes.length > 0 && connector.status !== 'disabled' && ( -
No sync history yet.
+ return ( ++ No sync history yet. +
+ ) } return ( -+
{filter === 'excluded' ? 'No excluded documents' : 'No documents yet'}
) : ( -{description}
- {connectorTypes.length > 0 && ( -