Skip to content

Commit 13dce16

Browse files
committed
Fixed the "No" button on the review cancel dialog onClick handler.
1 parent abe3585 commit 13dce16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-ui/src/components/reviews/TeamMemberReview.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ const TeamMemberReview = ({
334334
</Typography>
335335
</CardContent>
336336
<CardActions>
337-
<Button color="secondary" onClick={handleCloseReassign}>
337+
<Button color="secondary" onClick={handleCloseCancel}>
338338
No, Keep Feedback Request
339339
</Button>
340340
<Button color="primary" onClick={handleCancelClick}>

0 commit comments

Comments
 (0)