Skip to content

Commit 372b110

Browse files
authored
fix: prevent duplicate repository connection notifications (#2474)
- Add isConnecting flag to prevent race condition - Disable submit button during connection process - Ensure notification appears only once - Use finally block for proper cleanup Fixes #2472
1 parent a8bdb86 commit 372b110

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/lib/components/git/connectRepoModal.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@
112112
repository.set(e);
113113
repositoryName = e.name;
114114
selectedRepository = e.id;
115-
connectRepo();
116115
}} />
117116
{/if}
118117
</Layout.Stack>

0 commit comments

Comments
 (0)