Skip to content

Commit

Permalink
feat: 버튼 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
junvhui committed Jan 31, 2023
1 parent 612ae93 commit dd65acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Page/MyPageItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function MyPageItem({ dataColumn }) {
document.body.removeChild($textarea);
alert('복사 성공!');
} catch (error) {
alert('복사 실패!');
alert('복사 실패! (지원하지 않는 환경입니다)');
}
};
// console.log(dataColumn.title);
Expand Down

0 comments on commit dd65acd

Please sign in to comment.