Skip to content
Snippets Groups Projects

Show error message when pipelines disabled and Pipeline must succeed

1 unresolved thread
2 files
+ 2
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -326,10 +326,7 @@ export default {
</li>
</ul>
</span>
<div
class="media-body-wrap"
:class="{ 'space-children': !hasPipelineMustSucceedConflict }"
>
<div class="media-body-wrap space-children">
<template v-if="shouldShowMergeControls">
<label v-if="mr.canRemoveSourceBranch">
<input
Loading