Skip to content

Commit

Permalink
feat: 공연 등록 페이지 isPending Props 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
pepperdad committed Dec 30, 2024
1 parent 4156b81 commit 5e2fe05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/register/Register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ const Register = () => {
longitude={longitude}
/>
<S.FooterContainer>
<Button onClick={handleComplete} disabled={isPending}>
<Button onClick={handleComplete} isPending={isPending} disabled={isPending}>
완료하기
</Button>
</S.FooterContainer>
Expand Down

0 comments on commit 5e2fe05

Please sign in to comment.