Skip to content

Commit

Permalink
fix(ModelWarehouseDetail): skipHtml
Browse files Browse the repository at this point in the history
  • Loading branch information
linqiqi077 committed Apr 1, 2024
1 parent d968bbc commit 9a79c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ModelWarehouseDetail/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ class ModelWarehouseDetail$$Page extends React.Component {
{
children: (
<Spin __component_name="Spin" spinning={__$$eval(() => this.state.readmeLoading)}>
<ReactMarkdownLowcode __component_name="ReactMarkdownLowcode">
<ReactMarkdownLowcode __component_name="ReactMarkdownLowcode" skipHtml={true}>
{__$$eval(() => this.state.readmeData)}
</ReactMarkdownLowcode>
</Spin>
Expand Down

0 comments on commit 9a79c1f

Please sign in to comment.