Skip to content

Commit

Permalink
Fix "Add quick review button" feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jan 5, 2018
1 parent 317fd58 commit 157f035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/features/add-quick-review-buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function () {
}

const container = select('#submit-review .form-actions');
const radios = select.all('#submit-review [radio="radio"][name="pull_request_review[event]"]');
const radios = select.all('#submit-review [type="radio"][name="pull_request_review[event]"]');

if (radios.length === 0) {
return;
Expand Down

0 comments on commit 157f035

Please sign in to comment.