FX toggle not appearing on hover (#13007)

This commit is contained in:
Shaurya Sharma 2025-06-11 14:00:38 +05:30 committed by GitHub
parent 0414abb29c
commit 1d15cddbfd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 (