fix. 토스트 모달 다국어 안나오던 이슈 수정

This commit is contained in:
clkim
2025-11-20 17:40:58 +09:00
parent 2fac2023d7
commit 9e32b7f2a4
2 changed files with 6 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ const handleCopy = async () => {
try {
const url = window.location.href
await navigator.clipboard.writeText(url)
handleOpenToast(tm('Alert_Copy_Complete'))
handleOpenToast({ contentText: tm('Alert_Copy_Complete') })
} catch (error) {
console.error('[handleCopy] Error:', error)
}