diff --git a/editor.planx.uk/src/pages/FlowEditor/components/forms/index.ts b/editor.planx.uk/src/pages/FlowEditor/components/forms/index.ts index 44784794c1..591490cf39 100644 --- a/editor.planx.uk/src/pages/FlowEditor/components/forms/index.ts +++ b/editor.planx.uk/src/pages/FlowEditor/components/forms/index.ts @@ -14,7 +14,7 @@ import Filter from "@planx/components/Filter/Editor"; import FindProperty from "@planx/components/FindProperty/Editor"; import InternalPortal from "@planx/components/InternalPortal/Editor"; import List from "@planx/components/List/Editor"; -import MapAndLabel from "@planx/components/MapAndLabel/Editor"; +import MapAndLabelComponent from "@planx/components/MapAndLabel/Editor"; import NextSteps from "@planx/components/NextSteps/Editor"; import Notice from "@planx/components/Notice/Editor"; import NumberInput from "@planx/components/NumberInput/Editor"; @@ -54,7 +54,7 @@ const components: { "internal-portal": InternalPortal, "file-upload-and-label": FileUploadAndLabel, list: List, - "map-and-label": MapAndLabel, + "map-and-label": MapAndLabelComponent, "next-steps": NextSteps, notice: Notice, "number-input": NumberInput,