Skip to content

Commit

Permalink
💩 Temporary fix for formio-builder
Browse files Browse the repository at this point in the history
The map background PR (#4881) will implement this properly.

For the time being, this will fix the issue
  • Loading branch information
robinmolen committed Dec 16, 2024
1 parent c07912d commit 25761b7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 25761b7

Please sign in to comment.