From a9f515e144c0c8b4ac672f57e5ba0ca3a0c885f2 Mon Sep 17 00:00:00 2001 From: Mathias Oterhals Myklebust Date: Tue, 3 Sep 2024 13:53:25 +0200 Subject: [PATCH] fix(soMeInputs): add missing label identifiers --- studio/components/SoMeInputs.tsx | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/studio/components/SoMeInputs.tsx b/studio/components/SoMeInputs.tsx index d6912bb98..8c627a59f 100644 --- a/studio/components/SoMeInputs.tsx +++ b/studio/components/SoMeInputs.tsx @@ -45,12 +45,19 @@ const SoMeInputs: React.FC>> = ({ onChange(set(newPlatform, ["platform"])); }; + const urlInputName = "social-url-input"; + const platformInputName = "social-platform-input"; + return ( - + >> = ({ - - {Object.values(SoMePlatforms).map((platform) => (