mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-11-29 18:58:26 +08:00
This reverts commit 58017e521d
.
This commit is contained in:
parent
a72c4e546b
commit
89e79041ff
@ -169,7 +169,7 @@ const RenderRecord = React.memo(
|
||||
return null;
|
||||
}
|
||||
|
||||
return <div style={{ overflowWrap: 'inherit', whiteSpace: 'normal' }}>{result}</div>;
|
||||
return <>{result}</>;
|
||||
},
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user