From 7b2ba936b404c27e793d8763cddf5b2b08cd8635 Mon Sep 17 00:00:00 2001 From: Rory Doak Date: Wed, 24 Jul 2024 11:22:37 +0100 Subject: [PATCH] make final alter from review comments --- editor.planx.uk/src/@planx/components/MapAndLabel/Editor.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editor.planx.uk/src/@planx/components/MapAndLabel/Editor.tsx b/editor.planx.uk/src/@planx/components/MapAndLabel/Editor.tsx index ea7f16034d..dac0d8adb3 100644 --- a/editor.planx.uk/src/@planx/components/MapAndLabel/Editor.tsx +++ b/editor.planx.uk/src/@planx/components/MapAndLabel/Editor.tsx @@ -41,6 +41,7 @@ function MapAndLabelComponent(props: Props) { placeholder={"Title"} value={formik.values.title} onChange={formik.handleChange} + required /> @@ -57,7 +58,7 @@ function MapAndLabelComponent(props: Props) { name="fn" placeholder={"Data Field"} value={formik.values.fn} - disabled + required />