Commit bb6f087b authored by Jan Provaznik's avatar Jan Provaznik

Fix conflicts in mr_widget_options.js

parent c35c549d
...@@ -81,10 +81,7 @@ export default { ...@@ -81,10 +81,7 @@ export default {
statusPath: store.statusPath, statusPath: store.statusPath,
mergeActionsContentPath: store.mergeActionsContentPath, mergeActionsContentPath: store.mergeActionsContentPath,
rebasePath: store.rebasePath, rebasePath: store.rebasePath,
<<<<<<< HEAD
approvalsPath: store.approvalsPath, approvalsPath: store.approvalsPath,
=======
>>>>>>> upstream/master
}; };
return new MRWidgetService(endpoints); return new MRWidgetService(endpoints);
}, },
......
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