From 2afba913a6b86c3fcbc233ba6d79d0c407a5888e Mon Sep 17 00:00:00 2001 From: Aresn Date: Fri, 17 May 2024 18:02:45 +0800 Subject: [PATCH] Update Create.vue --- components/i/Create.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/i/Create.vue b/components/i/Create.vue index e4693fd..0848260 100644 --- a/components/i/Create.vue +++ b/components/i/Create.vue @@ -35,9 +35,9 @@ const { fetchRequest } = useFetchRequest() const emits = defineEmits([ 'search' ]) const query = ref('') -const selectedRepo = ref('byzer-llm') +const selectedRepo = ref('keycloak') const repos = ref([ - { url: 'https://github.com/allwefantasy/byzer-llm.git', label: 'byzer-llm', branch: 'master' }, + // { url: 'https://github.com/allwefantasy/byzer-llm.git', label: 'byzer-llm', branch: 'master' }, { url: 'https://github.com/keycloak/keycloak.git', label: 'keycloak', branch: 'master' } ]) const loading = ref(false) -- GitLab