Skip to content

Commit 72d3b4b

Browse files
committed
Fix duplicated API Key setting for Google Places
1 parent 49c24e4 commit 72d3b4b

File tree

1 file changed

+0
-11
lines changed
  • src/templates/integrations/address-providers/google-places

1 file changed

+0
-11
lines changed

src/templates/integrations/address-providers/google-places/_settings.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,6 @@
2828
errors: integration.getErrors('apiKey'),
2929
}) }}
3030

31-
{{ macros.proxyField(fieldVariables, 'autosuggestField', {
32-
label: 'API Key' | t('formie'),
33-
instructions: 'Enter your {name} {label} here.' | t('formie'),
34-
name: 'apiKey',
35-
required: true,
36-
suggestEnvVars: true,
37-
value: integration.settings.apiKey ?? '',
38-
warning: macros.configWarning('apiKey', 'formie'),
39-
errors: integration.getErrors('apiKey'),
40-
}) }}
41-
4231
{{ macros.proxyField(fieldVariables, 'autosuggestField', {
4332
label: 'Geocoding API Key' | t('formie'),
4433
instructions: 'Enter your {name} {label} here, if different to your API Key.' | t('formie'),

0 commit comments

Comments
 (0)