BigW Consortium Gitlab

Commit 6ebf6661 by Tim Zallmann

Merge branch '40283-fix-missing-mr-widget-status-icons' into 'master'

Fix missing MR widget status icons Closes #40283 See merge request gitlab-org/gitlab-ce!15533
parents ac4cb7ea 58e8c6b3
...@@ -14,7 +14,7 @@ export default { ...@@ -14,7 +14,7 @@ export default {
statusObj() { statusObj() {
return { return {
group: this.status, group: this.status,
icon: `icon_status_${this.status}`, icon: `status_${this.status}`,
}; };
}, },
}, },
......
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