Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl-OW committed Oct 18, 2024
1 parent 935fa95 commit d0c52d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function AttachmentTableFigures(props: AttachmentTablesFiguresProps) {
if (accordion.contentType === `${props.appName}:table`) {
return <Table checkIsOverflowing={checkOverflow} {...(accordion.props as TableProps)} />
} else {
// Table or figure from content studio (no user input), hence no need to sanitize
// Table or figure from content studio (no user input), hence no need to sanitizee
return <div dangerouslySetInnerHTML={{ __html: accordion.body! }}></div>
}
}
Expand Down

0 comments on commit d0c52d7

Please sign in to comment.