import statusIcon from '../mr_widget_status_icon'; export default { name: 'MRWidgetConflicts', props: { mr: { type: Object, required: true }, }, components: { statusIcon, }, template: `
Fast-forward merge is not possible. To merge this request, first rebase locally.
`, };