From 25761b77fbd76c9ede8da85688a0c8ff51fc1051 Mon Sep 17 00:00:00 2001 From: robinvandermolen Date: Mon, 16 Dec 2024 16:03:22 +0100 Subject: [PATCH] :poop: Temporary fix for formio-builder The map background PR (https://github.com/open-formulieren/open-forms/pull/4881) will implement this properly. For the time being, this will fix the issue --- src/openforms/js/components/formio_builder/WebformBuilder.js | 1 + 1 file changed, 1 insertion(+) 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}