summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-29 06:08:39 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-29 06:08:39 +0000
commitf0224e32ca39fe7b261a8d6bcec64bb449c65856 (patch)
treea45f1c840393841b58ecb999091c70e30ff30d9f /app/assets
parent7d8cc770b14b41fbe40181d447042dccdc45bff8 (diff)
downloadgitlab-ce-f0224e32ca39fe7b261a8d6bcec64bb449c65856.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/javascripts/pipelines/components/graph/graph_view_selector.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/pipelines/components/graph/graph_view_selector.vue b/app/assets/javascripts/pipelines/components/graph/graph_view_selector.vue
index 6d8c35f4482..73143c981ed 100644
--- a/app/assets/javascripts/pipelines/components/graph/graph_view_selector.vue
+++ b/app/assets/javascripts/pipelines/components/graph/graph_view_selector.vue
@@ -62,6 +62,7 @@ export default {
},
showTip() {
return (
+ this.showLinksToggle &&
this.showLinks &&
this.showLinksActive &&
!this.tipPreviouslyDismissed &&