Skip to content

Commit

Permalink
fix loading repositoring, when selecting tab
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Jun 10, 2024
1 parent 0748625 commit 800f726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/pipelines/form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
cols="12"
md="8"
>
<v-tabs v-model="repotab" stacked centered @change="loadRepository">
<v-tabs v-model="repotab" stacked centered @click="loadRepository">
<v-tab value="github" :disabled="repositoriesList.github == false || !newPipeline"><v-icon class="mb-2 kubero">mdi-github</v-icon>Github</v-tab>
<v-tab value="gitea" :disabled="repositoriesList.gitea == false || !newPipeline"><v-icon class="mb-2 gitea"></v-icon>Gitea</v-tab>
<v-tab value="gitlab" :disabled="repositoriesList.gitlab == false || !newPipeline"><v-icon class="mb-2">mdi-gitlab</v-icon>Gitlab</v-tab>
Expand Down

0 comments on commit 800f726

Please sign in to comment.