Commit e2869421 authored by George Tsiolis's avatar George Tsiolis

Move SquashBeforeMerge vue component

parent c8bfb3e4
...@@ -10,6 +10,6 @@ In EE, the configuration extends this object to add a functioning squash-before- ...@@ -10,6 +10,6 @@ In EE, the configuration extends this object to add a functioning squash-before-
button. button.
*/ */
export default { <script>
template: '', export default {};
}; </script>
...@@ -41,7 +41,7 @@ export { default as MRWidgetService } from './services/mr_widget_service'; ...@@ -41,7 +41,7 @@ export { default as MRWidgetService } from './services/mr_widget_service';
export { default as eventHub } from './event_hub'; export { default as eventHub } from './event_hub';
export { default as getStateKey } from './stores/get_state_key'; export { default as getStateKey } from './stores/get_state_key';
export { default as stateMaps } from './stores/state_maps'; export { default as stateMaps } from './stores/state_maps';
export { default as SquashBeforeMerge } from './components/states/mr_widget_squash_before_merge'; export { default as SquashBeforeMerge } from './components/states/mr_widget_squash_before_merge.vue';
export { default as notify } from '../lib/utils/notify'; export { default as notify } from '../lib/utils/notify';
export { default as SourceBranchRemovalStatus } from './components/source_branch_removal_status.vue'; export { default as SourceBranchRemovalStatus } from './components/source_branch_removal_status.vue';
......
---
title: Move SquashBeforeMerge vue component
merge_request: 18813
author: George Tsiolis
type: performance
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