{
e.stopPropagation();
diff --git a/app/client/src/pages/Editor/FormConfig.tsx b/app/client/src/pages/Editor/FormConfig.tsx
index f9de6a8cf704..b71ebbe81a4f 100644
--- a/app/client/src/pages/Editor/FormConfig.tsx
+++ b/app/client/src/pages/Editor/FormConfig.tsx
@@ -204,10 +204,7 @@ function renderFormConfigTop(props: {
return (
{!nestedFormControl && // if the form control is a nested form control hide its label
- (label?.length > 0 ||
- encrypted ||
- tooltipText ||
- shouldRenderSubtitle) && (
+ (label?.length > 0 || encrypted || shouldRenderSubtitle) && (
<>