Skip to content

Commit

Permalink
feat: 리뷰이 피드백도 폼 유효성 통과 못 해도 버튼 눌리게 하기
Browse files Browse the repository at this point in the history
  • Loading branch information
chlwlstlf committed Nov 4, 2024
1 parent feb64bf commit de4ee69
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,7 @@ const RevieweeFeedbackLayout = ({
<Button onClick={() => navigate(-1)} type="button" variant="primary" outline={true}>
뒤로가기
</Button>
<Button onClick={handleSubmit} disabled={!isFormValid}>
{buttonText}
</Button>
<Button onClick={handleSubmit}>{buttonText}</Button>
</S.ButtonWrapper>
</S.FeedbackContainer>
</>
Expand Down

0 comments on commit de4ee69

Please sign in to comment.