From a3c246b7264d7ca12983e650645ae15ae44e8c66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Curda?= Date: Thu, 9 May 2024 14:57:26 +0200 Subject: [PATCH] Revert "Feat: Add alert role for ValidationText #DS-1175" This reverts commit 5db59daf82d6fa4c6a9bd4ef3e8ec667d2659501. --- packages/web-react/src/components/Field/ValidationText.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/web-react/src/components/Field/ValidationText.tsx b/packages/web-react/src/components/Field/ValidationText.tsx index 4354093ce7..d4ec8bbc9c 100644 --- a/packages/web-react/src/components/Field/ValidationText.tsx +++ b/packages/web-react/src/components/Field/ValidationText.tsx @@ -28,13 +28,13 @@ export const ValidationText = (props: ValidationT if (validationText) { return Array.isArray(validationText) ? ( -