Skip to content

Conversation

@KitAndrew
Copy link
Contributor

When clicking a service name in the ServiceList component, the application navigates to the service dashboard. However, the instance selector on the target page might initialize before the URL parameters are fully processed, potentially leading to an incorrect instance list (e.g., showing all instances instead of those belonging to the selected service).

This commit explicitly sets the current service in the selectorStore before triggering the route change. This ensures the global state is synchronized and the target page components have the correct context immediately upon mounting.

@Fine0830 Fine0830 added the bug Something isn't working label Nov 21, 2025
@Fine0830 Fine0830 added this to the 10.4.0 milestone Nov 21, 2025
@wu-sheng wu-sheng merged commit a4e9908 into apache:main Nov 21, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants