From 3586cf71b9022d8e74d366b0f67dd95586a13ce6 Mon Sep 17 00:00:00 2001 From: Conor Webb <126772285+ConorWebb96@users.noreply.github.com> Date: Fri, 21 Jul 2023 14:47:55 +0100 Subject: [PATCH] Removed right from fieldgroup label select. (#11321) Removed the right label from the field group component as it served no purpose and didn't change anything. --- packages/client/manifest.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/client/manifest.json b/packages/client/manifest.json index e336ad3817..285f045d08 100644 --- a/packages/client/manifest.json +++ b/packages/client/manifest.json @@ -2341,10 +2341,6 @@ "label": "Left", "value": "left" }, - { - "label": "Right", - "value": "right" - }, { "label": "Above", "value": "above"