feat: sanitize HTML content in MainPage detail display
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
puriphatt 2025-07-08 15:04:41 +07:00
parent 844cf176df
commit 78a59e277f

View file

@ -2463,7 +2463,10 @@ watch(
)
"
>
{{ props.row.detail || '-' }}
{{
props.row.detail.replace(/<\/?[^>]+(>|$)/g, '') ||
'-'
}}
</q-td>
<q-td