diff --git a/ee/tabby-ui/app/(dashboard)/settings/(integrations)/repository/[kind]/detail/components/provider-detail.tsx b/ee/tabby-ui/app/(dashboard)/settings/(integrations)/repository/[kind]/detail/components/provider-detail.tsx index 42e599411cbb..6971b9a50096 100644 --- a/ee/tabby-ui/app/(dashboard)/settings/(integrations)/repository/[kind]/detail/components/provider-detail.tsx +++ b/ee/tabby-ui/app/(dashboard)/settings/(integrations)/repository/[kind]/detail/components/provider-detail.tsx @@ -411,14 +411,14 @@ const ActiveRepoTable: React.FC<{ Add new repository - Add new GitHub repository from this provider + Add new repository from this provider setOpen(false)} onCreated={onCreated} repositories={inactiveRepositories} - kind={RepositoryKind.Github} + kind={kind} providerStatus={providerStatus} fetchingRepos={!isInactiveRepositoriesLoaded} />