Skip to content

Commit

Permalink
Revert "remove component suffix from MapAndLabelComponent"
Browse files Browse the repository at this point in the history
This reverts commit bac335c.
  • Loading branch information
RODO94 committed Jul 23, 2024
1 parent 5a44654 commit 5a3ed31
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 5a3ed31

Please sign in to comment.