Skip to content
Snippets Groups Projects
Commit 40af0888 authored by Tim Zallmann's avatar Tim Zallmann Committed by Oswaldo Ferreir
Browse files

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

(cherry picked from commit 6ebf6661)

58e8c6b3 Fix missing MR widget status icons
parent c7fcad8e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -14,7 +14,7 @@ export default {
statusObj() {
return {
group: this.status,
icon: `icon_status_${this.status}`,
icon: `status_${this.status}`,
};
},
},
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment