geido commented on code in PR #32514:
URL: https://github.com/apache/superset/pull/32514#discussion_r1998745768


##########
superset-frontend/src/components/Select/utils.tsx:
##########
@@ -104,12 +124,16 @@ export const sortSelectedFirstHelper = (
     | RawValue[]
     | AntdLabeledValue
     | AntdLabeledValue[]
-    | undefined,
-) =>
-  selectValue && a.value !== undefined && b.value !== undefined
+    | undefined
+    | null,

Review Comment:
   I think this was not here on purpose. Referring to my previous comment as 
well.



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