Skip to content

Commit

Permalink
Merge pull request #867 from digitalservicebund/RISDEV_4916_render_ht…
Browse files Browse the repository at this point in the history
…ml_of_article

fix: add snippet parameter for article rendering
  • Loading branch information
malte-laukoetter authored Jan 6, 2025
2 parents 3cd7025 + b214a82 commit 134af40
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ const {
data: articleHtml,
isFetching: isFetchingArticleHtml,
error: loadArticleHtmlError,
} = useNormRenderHtml(articleXml)
} = useNormRenderHtml(articleXml, {
snippet: true,
})
const amendingLawActiveTab = ref("text")
watch(xml, (xml) => {
Expand Down

0 comments on commit 134af40

Please sign in to comment.