Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-26 21:09:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-26 21:09:03 +0300
commitebe92e84a92d7d00710a6c5017ef2bb160268471 (patch)
treee34d4ec6e8f297f32257f3510a5587671cd80a29 /app/assets/javascripts/repository
parent2a53c24c512db8613255884b1db42402a31d831b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/repository')
-rw-r--r--app/assets/javascripts/repository/components/table/index.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/repository/components/table/index.vue b/app/assets/javascripts/repository/components/table/index.vue
index c8549180a25..c1f350dccd6 100644
--- a/app/assets/javascripts/repository/components/table/index.vue
+++ b/app/assets/javascripts/repository/components/table/index.vue
@@ -80,7 +80,7 @@ export default {
<table-header v-once />
<tbody>
<parent-row
- v-show="showParentRow"
+ v-if="showParentRow"
:commit-ref="escapedRef"
:path="path"
:loading-path="loadingPath"