We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62cf397 commit 7f7d5a3Copy full SHA for 7f7d5a3
mcc/src/client/RequestReview/components/RabReviewForm.tsx
@@ -117,6 +117,7 @@ export default function RabReviewForm(props: {requestId: string}) {
117
<MenuItem value={"I recommend this proposal"}>I recommend this proposal</MenuItem>
118
<MenuItem value={"I recommend this proposal with conditions"}>I recommend this proposal with conditions</MenuItem>
119
<MenuItem value={"I do not recommend this proposal"}>I do not recommend this proposal</MenuItem>
120
+ <MenuItem value={"I abstain from voting"}>I abstain from voting</MenuItem>
121
</Select>
122
</TableCell>
123
</TableRow>
0 commit comments