Skip to content

Commit 92538db

Browse files
authored
Revert the change needed for refactor not in 64 (#7437)
1 parent 816ad76 commit 92538db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-admin/src/features/projects/github/ConnectToGithubButton.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<Button type="secondary" on:click={() => (open = false)}>Cancel</Button>
8383
<Button
8484
type="primary"
85-
onClick={handleContinue}
85+
on:click={handleContinue}
8686
disabled={!githubRepoCreated}
8787
>
8888
Continue

0 commit comments

Comments
 (0)