diff --git a/src/components/Dashboard/common/ObjectChildTable.jsx b/src/components/Dashboard/common/ObjectChildTable.jsx index 3be7610..6ef12fa 100644 --- a/src/components/Dashboard/common/ObjectChildTable.jsx +++ b/src/components/Dashboard/common/ObjectChildTable.jsx @@ -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}