Skip to content

Commit

Permalink
feat: 복사를 위한 토스트 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
ocahs9 committed Dec 24, 2024
1 parent b28929c commit bf8d9ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/ticketholderlist/TicketHolderList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,7 @@ const TicketHolderList = () => {

const handleCopyClipBoard = (text: string) => {
navigator.clipboard.writeText(text);

showToast();
handleToastVisible("클립보드에 복사되었습니다!", "bottom");
};

return (
Expand Down

0 comments on commit bf8d9ac

Please sign in to comment.