Skip to content
Snippets Groups Projects

Users can apply multiple suggestions at once.

Merged Jesse Hall requested to merge jessehall3/gitlab-ee:25486-batch-suggestions into master
4 files
+ 11
8
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -99,7 +99,7 @@ export default {
@click="applySuggestionBatch"
>
{{ __('Apply suggestions') }}
<span class="badge badge-pill pale-green-badge">{{ batchSuggestionsCount }}</span>
<span class="badge badge-pill light-green-badge">{{ batchSuggestionsCount }}</span>
</gl-button>
</span>
<span v-else>
Loading