From 5a3ed3173cea8c60ecd794d1fda832eae393fb09 Mon Sep 17 00:00:00 2001 From: Rory Doak Date: Tue, 23 Jul 2024 14:03:06 +0100 Subject: [PATCH] Revert "remove component suffix from MapAndLabelComponent" This reverts commit bac335c3cb46eb0770a6d1e2851d629d374ae44a. --- .../src/pages/FlowEditor/components/forms/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,