We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4791c03 commit c416f00Copy full SHA for c416f00
web_src/js/features/repo-diff.js
@@ -32,9 +32,8 @@ export function initRepoDiffConversationForm() {
32
$markdownEditorTextArea.prop('required', true);
33
form.get(0).reportValidity();
34
return;
35
- } else {
36
- $markdownEditorTextArea.prop('required', false);
37
}
+ $markdownEditorTextArea.prop('required', false);
38
39
const newConversationHolder = $(await $.post(form.attr('action'), form.serialize()));
40
const {path, side, idx} = newConversationHolder.data();
0 commit comments