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}
|
||||
showHeader={false}
|
||||
columns={rollupColumns}
|
||||
loading={{ spinning: loading, indicator: null }}
|
||||
loading={{ spinning: loading, indicator: <></> }}
|
||||
pagination={false}
|
||||
size={size}
|
||||
rowKey={resolvedRowKey}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user