mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-02 04:07:50 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
e894dbbf5d
@ -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