Commit 51961b48 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Fix shift after VSA path load

Changelog: fixed
parent b967b1c5
......@@ -57,7 +57,7 @@ export default {
};
</script>
<template>
<gl-skeleton-loading v-if="loading" :lines="2" class="h-auto pt-2 pb-1" />
<gl-skeleton-loading v-if="loading" :lines="2" />
<gl-path v-else :key="selectedStage.id" :items="stages" @selected="onSelectStage">
<template #default="{ pathItem, pathId }">
<gl-popover
......
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