diff --git a/ui/component/commentCreate/view.jsx b/ui/component/commentCreate/view.jsx index 8e113f269..3d511dd69 100644 --- a/ui/component/commentCreate/view.jsx +++ b/ui/component/commentCreate/view.jsx @@ -332,7 +332,12 @@ export function CommentCreate(props: Props) { } onClick={handleSupportComment} /> - <Button button="link" label={__('Cancel')} onClick={() => setIsReviewingSupportComment(false)} /> + <Button + disabled={isSubmitting} + button="link" + label={__('Cancel')} + onClick={() => setIsReviewingSupportComment(false)} + /> </div> </div> );