diff --git a/packages/client/src/schema-component/antd/input/ReadPretty.tsx b/packages/client/src/schema-component/antd/input/ReadPretty.tsx index 598ceb436..2e1814d4b 100644 --- a/packages/client/src/schema-component/antd/input/ReadPretty.tsx +++ b/packages/client/src/schema-component/antd/input/ReadPretty.tsx @@ -83,7 +83,7 @@ ReadPretty.Html = (props) => { const text = convertToText(value); const content = ( - {ellipsis ? text || value : html} + {ellipsis ? text : html} ); return (