Skip to content

Conversation

@alkismavridis
Copy link
Contributor

@alkismavridis alkismavridis commented Jul 3, 2025

closes: 52764
related: 52764

Hint: please do not merge yet, I want to manually test it. I need to figure out how to run airflow locally. Never done it before :) Any hints or resources are most welcome.

I detected the issue in the Tags table (dags page) when there are exactly 4 tags. More or less than 4 is OK.
image

@boring-cyborg boring-cyborg bot added the area:UI Related to UI/UX. For Frontend Developers. label Jul 3, 2025
@eladkal eladkal added the backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch label Jul 3, 2025
remainingItems.length === 1 ? (
<Text as="span">{remainingItems[0]}</Text>
<>
<Text as="span">{separator}</Text>
Copy link
Contributor Author

@alkismavridis alkismavridis Jul 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I find it weird that line 64 does not give the separator already. The condition on line 63 should be true 🤔
When I manager to run it locally I will be able to dive deeper into the issue.

EDIT:
Is it possible that this is already fixed after 3.0.1? The code seems right.
If so I am really sorry for the trouble and will close this PR.

@pierrejeambrun
Copy link
Member

pierrejeambrun commented Jul 3, 2025

I think you are testing in 3.0.1. This was already reported in #50639 and fixed in #50669, released in 3.0.2.

Closing.

Feel free to re-open if the issue persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UI Related to UI/UX. For Frontend Developers. backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI: missing comma on dag Tags if there are exactly 4 tags

3 participants