Skip to content

Commit

Permalink
Merge pull request #297 from linqiqi077/main
Browse files Browse the repository at this point in the history
fix(ModelWarehouseDetail): skipHtml
  • Loading branch information
Carrotzpc authored Apr 1, 2024
2 parents c60e318 + 9a79c1f commit 875d223
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 875d223

Please sign in to comment.