Pass the active projectId when the GitHub import modal detects remotes so multi-project dashboards do not show a false no-remotes state. Ignore stale remote responses when projectId changes while the modal remains open. References: https://github.com/Runfusion/Fusion/issues/1721
308 B
308 B
@runfusion/fusion
| @runfusion/fusion |
|---|
| patch |
Fix Import from GitHub remote detection in multi-project dashboards by passing the active projectId to the /api/git/remotes lookup. The dialog now lists configured GitHub remotes instead of showing "No GitHub remotes detected" when the backend requires project scope.