Skip to content

Commit 7f7d5a3

Browse files
committed
Add MCC option to abstain
1 parent 62cf397 commit 7f7d5a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mcc/src/client/RequestReview/components/RabReviewForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ export default function RabReviewForm(props: {requestId: string}) {
117117
<MenuItem value={"I recommend this proposal"}>I recommend this proposal</MenuItem>
118118
<MenuItem value={"I recommend this proposal with conditions"}>I recommend this proposal with conditions</MenuItem>
119119
<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>
120121
</Select>
121122
</TableCell>
122123
</TableRow>

0 commit comments

Comments
 (0)