From 65ac215753e57edc2a173240d0f0cbe091e86d42 Mon Sep 17 00:00:00 2001 From: Manish Kushare Date: Thu, 7 Apr 2022 18:35:48 +0530 Subject: [PATCH] Hides custom validation when visibility of dropdown widget is set to false (#2765) --- frontend/src/Editor/Components/DropDown.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Editor/Components/DropDown.jsx b/frontend/src/Editor/Components/DropDown.jsx index 0ff4232619..192234f8fa 100644 --- a/frontend/src/Editor/Components/DropDown.jsx +++ b/frontend/src/Editor/Components/DropDown.jsx @@ -175,7 +175,7 @@ export const DropDown = function DropDown({ /> -
{validationError}
+
{validationError}
); };