diff --git a/src/openforms/js/components/formio_builder/WebformBuilder.js b/src/openforms/js/components/formio_builder/WebformBuilder.js index fe598f4abe..8e3ed1ad8f 100644 --- a/src/openforms/js/components/formio_builder/WebformBuilder.js +++ b/src/openforms/js/components/formio_builder/WebformBuilder.js @@ -163,6 +163,7 @@ class WebformBuilder extends WebformBuilderFormio { theme={currentTheme.getValue()} richTextColors={RICH_TEXT_COLORS} getFormComponents={() => this.webform.form.components} + getMapTileLayers={() => []} getValidatorPlugins={getValidatorPlugins} getRegistrationAttributes={getRegistrationAttributes} getPrefillPlugins={getPrefillPlugins}