Skip to content

Commit

Permalink
Prepend
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed May 9, 2023
1 parent f12b184 commit ac7d9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/features/one-click-review-submission.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function replaceCheckboxes(originalSubmitButton: HTMLButtonElement): void {

// Set the default action for cmd+enter to Comment
if (radios.length > 1) {
form.append(
form.prepend(
<input
type="hidden"
name="pull_request_review[event]"
Expand Down

0 comments on commit ac7d9c5

Please sign in to comment.