Commit dfb021cc authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'ide-missing-svg' into 'master'

Fixed missing SVG paths in IDE

See merge request gitlab-org/gitlab-ee!4896
parents 85b228af 4d26217d
...@@ -18,6 +18,8 @@ function initIde(el) { ...@@ -18,6 +18,8 @@ function initIde(el) {
return createElement('ide', { return createElement('ide', {
props: { props: {
emptyStateSvgPath: el.dataset.emptyStateSvgPath, emptyStateSvgPath: el.dataset.emptyStateSvgPath,
noChangesStateSvgPath: el.dataset.noChangesStateSvgPath,
committedStateSvgPath: el.dataset.committedStateSvgPath,
}, },
}); });
}, },
......
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