Commit 4242057e authored by Frederic Caplette's avatar Frederic Caplette

Fix pipeline graph visualization lines disappearing

When the Ci config value changed, the lines that reprensents
needs were disappearing. This commit fixes this problem
but unmounting the graph when switching tab in the
Pipeline Editor component.

Changelog: fixed
parent dc030fda
......@@ -114,6 +114,7 @@ export default {
:empty-message="$options.i18n.empty.visualization"
:is-empty="isEmpty"
:is-invalid="isInvalid"
:keep-component-mounted="false"
:title="$options.i18n.tabGraph"
lazy
data-testid="visualization-tab"
......
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