Commit 1b74dd6c authored by Brandon Labuschagne's avatar Brandon Labuschagne

Bind path navigation to stage data

parent c44b9979
......@@ -194,6 +194,7 @@ export default {
<div class="gl-mt-3 gl-py-2 gl-px-3 bg-gray-light border-top border-bottom">
<div v-if="shouldDisplayPathNavigation" class="gl-w-full gl-pb-2">
<path-navigation
:key="`path_navigation_key_${pathNavigationData.length}`"
class="js-path-navigation"
:loading="isLoading"
:stages="pathNavigationData"
......
---
title: Refresh VSA path navigation carousel when updating stage data
merge_request: 51187
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment