fix: [PWT-154] 운영 리소스 관리 > 내부 URL 입력 후 저장이 안되는 오류

This commit is contained in:
clkim
2025-12-04 17:37:30 +09:00
parent cb28973ee1
commit 8d2e93ced6

View File

@@ -59,9 +59,9 @@ const handleLinkClick = (title: string) => {
{{ props.description }}
</p>
</div>
<a
<AtomsLocaleLink
v-if="props.url"
:href="props.url"
:to="props.url"
:target="props.linkTarget || '_self'"
class="card-link"
@click="handleLinkClick(props.title)"