Files
fusion/.changeset/github-import-project-remotes.md
gsxdsm 67281fe4dd fix(FN-1721): scope GitHub import remotes to project
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
2026-06-22 09:25:26 -07:00

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.