Update loading indicator in ObjectChildTable to use a fragment for improved rendering
This commit is contained in:
parent
5e19b6c9b0
commit
5c5083c615
@ -538,7 +538,7 @@ const ObjectChildTable = ({
|
|||||||
dataSource={rollupDataSource}
|
dataSource={rollupDataSource}
|
||||||
showHeader={false}
|
showHeader={false}
|
||||||
columns={rollupColumns}
|
columns={rollupColumns}
|
||||||
loading={{ spinning: loading, indicator: null }}
|
loading={{ spinning: loading, indicator: <></> }}
|
||||||
pagination={false}
|
pagination={false}
|
||||||
size={size}
|
size={size}
|
||||||
rowKey={resolvedRowKey}
|
rowKey={resolvedRowKey}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user