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 8175384 commit 289d462Copy full SHA for 289d462
scvc/popup.js
@@ -69,7 +69,7 @@ window.addEventListener('DOMContentLoaded', () => {
69
return;
70
}
71
72
- if (data.action = "Flagging Candidate" && !data.reason) {
+ if (data.action == "Flagging Candidate" && !data.reason) {
73
alert("A reason is required for Flagging Candidates. Please select one from the dropdown before submitting.");
74
75
0 commit comments