From 1d15cddbfd8fe5dccd550c4aa78a5e633fe7e05e Mon Sep 17 00:00:00 2001 From: Shaurya Sharma <79473274+shaurya-sharma064@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:00:38 +0530 Subject: [PATCH] FX toggle not appearing on hover (#13007) --- frontend/src/AppBuilder/CodeEditor/SingleLineCodeEditor.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/AppBuilder/CodeEditor/SingleLineCodeEditor.jsx b/frontend/src/AppBuilder/CodeEditor/SingleLineCodeEditor.jsx index 7177dc4202..9c85e0bf43 100644 --- a/frontend/src/AppBuilder/CodeEditor/SingleLineCodeEditor.jsx +++ b/frontend/src/AppBuilder/CodeEditor/SingleLineCodeEditor.jsx @@ -525,7 +525,7 @@ const DynamicEditorBridge = (props) => { }, [component, fxActive]); const renderFx = () => { - if (paramType === 'query' || (paramLabel !== 'Type' && isFxNotRequired === undefined)) { + if (paramType === 'query' || !(paramLabel !== 'Type' && isFxNotRequired === undefined)) { return null; } return (