Commit 5c1f11f1 authored by Dave Pisek's avatar Dave Pisek

Change neutral-state icon for MR widget reports

This commit changes the icon that is used to indicate a
neutral state from a dot do a dash.
parent b5e554f0
......@@ -27,7 +27,7 @@ export default {
return 'status_success_borderless';
}
return 'status_created_borderless';
return 'dash';
},
isStatusFailed() {
return this.status === STATUS_FAILED;
......
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