mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #2460 from appwrite/fix-SER-446-invalid-missing-repository-link
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
import { Click, trackEvent } from '$lib/actions/analytics';
|
||||
import RepositoryBehaviour from '$lib/components/git/repositoryBehaviour.svelte';
|
||||
import { page } from '$app/state';
|
||||
import { connectGitHub } from '$lib/stores/git';
|
||||
|
||||
let {
|
||||
show = $bindable(false),
|
||||
@@ -121,7 +122,7 @@
|
||||
<svelte:fragment slot="footer">
|
||||
{#if repositoryBehaviour === 'existing'}
|
||||
<Layout.Stack>
|
||||
<Link variant="quiet" href="#/">
|
||||
<Link variant="quiet" href={connectGitHub(callbackState).toString()}>
|
||||
<Layout.Stack direction="row" gap="xs">
|
||||
Missing a repository? check your permissions <Icon
|
||||
icon={IconArrowSmRight} />
|
||||
|
||||
Reference in New Issue
Block a user