Merge branch 'next' into develop

This commit is contained in:
nocobase[bot] 2024-11-23 04:52:55 +00:00
commit e894dbbf5d

View File

@ -169,7 +169,7 @@ const RenderRecord = React.memo(
return null;
}
return <div style={{ overflowWrap: 'inherit', whiteSpace: 'normal' }}>{result}</div>;
return <>{result}</>;
},
);