github-actions[bot] opened a new pull request, #64494: URL: https://github.com/apache/airflow/pull/64494
The condition \`options.length < 4\` caused exactly 4 options to render nothing — shouldRenderOptionButton was false but no fallback UI was triggered either. Changed to \`options.length <= 4\` so 4 options render as buttons. Fixes #64413 * add ci fixes --------- (cherry picked from commit a48d8a5b21a56a0e148e0fef203ba643f9465b05) Co-authored-by: Shrividya Hegde <[email protected]> Co-authored-by: Rahul Vats <[email protected]> -- 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]
