Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kolaente committed Oct 22, 2022
1 parent 29cbfe6 commit 49aaa81
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 @@ -178,7 +178,7 @@ export default {
this.autoMergeWhenSucceed = autoMerge;
},
clearMergeMessage() {
this.mergeMessageFieldValue = this.mergeForm.defaultMergeMessage
this.mergeMessageFieldValue = this.mergeForm.defaultMergeMessage;
},
},
};
Expand Down

0 comments on commit 49aaa81

Please sign in to comment.