Skip to content

Commit

Permalink
Update web_src/js/components/PullRequestMergeForm.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Gusted <williamzijl7@hotmail.com>
  • Loading branch information
jedi7 and Gusted committed Jul 13, 2022
1 parent 34809d0 commit 8e44c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/js/components/PullRequestMergeForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<div v-if="!showActionForm" class="df">
<!-- the merge button -->
<div class="ui buttons merge-button" :class="[mergeForm.emptyCommit?'grey':mergeForm.allOverridableChecksOk?'green':'red']" @click="toggleActionForm(true)" >
<div class="ui buttons merge-button" :class="[mergeForm.emptyCommit ? 'grey' : mergeForm.allOverridableChecksOk ? 'green' : 'red']" @click="toggleActionForm(true)" >
<button class="ui button">
<svg-icon name="octicon-git-merge"/>
<span class="button-text">
Expand Down

0 comments on commit 8e44c6e

Please sign in to comment.