@pointcloud/pcloud-components 0.1.14 → 0.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -172,7 +172,7 @@ function InternalTable(props, ref) {
172
172
  setTableParams(_objectSpread(_objectSpread({}, getTablePage(_pagination)), params));
173
173
  setTableSource({
174
174
  total: total,
175
- loading: false,
175
+ loading: !!loading,
176
176
  records: dataSource
177
177
  });
178
178
  }