michael-s-molina commented on code in PR #22084: URL: https://github.com/apache/superset/pull/22084#discussion_r1068632640
########## superset-frontend/src/components/Select/AsyncSelect.tsx: ########## @@ -527,7 +527,7 @@ const AsyncSelect = forwardRef( ) } oneLine={oneLine} - tagRender={oneLine ? oneLineTagRender : undefined} + tagRender={customTagRender} Review Comment: What I mean to ask is if `customTagRender` has the same behavior as `tagRender={undefined}` -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org