Fix location services config reporting

This commit is contained in:
Sam Becker 2025-10-15 19:23:18 -05:00
parent 89af70134d
commit 362c739b75

View File

@ -508,11 +508,11 @@ export default function AdminAppConfigurationClient({
{renderEnvVars(['OPENAI_SECRET_KEY'])} {renderEnvVars(['OPENAI_SECRET_KEY'])}
</ChecklistRow> </ChecklistRow>
<ChecklistRow <ChecklistRow
title={isAiTextGenerationEnabled && isAnalyzingConfiguration title={hasLocationServices && isAnalyzingConfiguration
? 'Testing Google Places connection' ? 'Testing Google Places connection'
: 'Google Places'} : 'Google Places'}
status={isAiTextGenerationEnabled} status={hasLocationServices}
isPending={isAiTextGenerationEnabled && isAnalyzingConfiguration} isPending={hasLocationServices && isAnalyzingConfiguration}
optional optional
> >
{locationError && renderError({ {locationError && renderError({