Skip to content
Snippets Groups Projects

Pipeline Graph: Update graph state selection

All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -199,12 +199,12 @@ export default {
@@ -199,12 +199,12 @@ export default {
{{ alert.text }}
{{ alert.text }}
</gl-alert>
</gl-alert>
<local-storage-sync
<local-storage-sync
 
v-if="showGraphViewSelector"
:storage-key="$options.viewTypeKey"
:storage-key="$options.viewTypeKey"
:value="currentViewType"
:value="currentViewType"
@input="updateViewType"
@input="updateViewType"
>
>
<graph-view-selector
<graph-view-selector
v-if="showGraphViewSelector"
:type="currentViewType"
:type="currentViewType"
:show-links="showLinks"
:show-links="showLinks"
@updateViewType="updateViewType"
@updateViewType="updateViewType"
Loading