Skip to content

Commit

Permalink
Add onclick to cancel button
Browse files Browse the repository at this point in the history
 (#147)
  • Loading branch information
kimurash committed Nov 21, 2024
1 parent 5600429 commit 71df172
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ const BookDetailDeleteButton = ({ bookId }: BookDetailDeleteButtonProps) => {
centered
>
<Center>
<Button leftSection={<RiArrowGoBackLine />} color="gray" mr={rem(10)}>
<Button
leftSection={<RiArrowGoBackLine />}
color="gray"
mr={rem(10)}
onClick={close}
>
キャンセル
</Button>
<Button
Expand Down

0 comments on commit 71df172

Please sign in to comment.