diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-29 06:08:39 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-29 06:08:39 +0000 |
commit | f0224e32ca39fe7b261a8d6bcec64bb449c65856 (patch) | |
tree | a45f1c840393841b58ecb999091c70e30ff30d9f /app/assets | |
parent | 7d8cc770b14b41fbe40181d447042dccdc45bff8 (diff) | |
download | gitlab-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.vue | 1 |
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 && |