Commit aaeddaa7 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch '283983-vsa-path-navigation-carousel-not-dynamically-updating' into 'master'

VSA path navigation carousel not dynamically updating

See merge request gitlab-org/gitlab!51187
parents 93233c54 1b74dd6c
...@@ -194,6 +194,7 @@ export default { ...@@ -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 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"> <div v-if="shouldDisplayPathNavigation" class="gl-w-full gl-pb-2">
<path-navigation <path-navigation
:key="`path_navigation_key_${pathNavigationData.length}`"
class="js-path-navigation" class="js-path-navigation"
:loading="isLoading" :loading="isLoading"
:stages="pathNavigationData" :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