Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit bf48855

Browse files
committed
chore: do not display action button until loading is complete
1 parent 854ac62 commit bf48855

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/apps/new/github/NewGithubApp.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ export default function NewGithubApp() {
112112
>
113113
<CardHeader
114114
actions={
115+
!faLoading &&
115116
!needsAuth && (
116117
<ConnectMoreRepos
117118
setInstallationId={setInstallationId}

0 commit comments

Comments
 (0)