Morilili commented on code in PR #36338:
URL: https://github.com/apache/superset/pull/36338#discussion_r2575516778


##########
superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:
##########
@@ -160,7 +167,9 @@ const renderOperator = ({
   const options =
     columnType === GenericDataType.String
       ? stringOperatorOptions
-      : operatorOptions;
+      : columnType === GenericDataType.Boolean
+        ? booleanOperatorOptions
+        : operatorOptions;

Review Comment:
   I have made a commit with the changes regarding the issue. Please let me 
know if that is fine. Thanks!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to