datastake-daf 0.6.740 → 0.6.742
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.
- package/dist/components/index.js +1 -1
- package/dist/hooks/index.js +19 -4658
- package/dist/pages/index.js +17 -19
- package/dist/services/index.js +1 -1
- package/package.json +1 -1
- package/src/@daf/core/components/Table/index.jsx +1 -1
- package/src/@daf/pages/dashboards/Operations/Operators/columns.js +13 -13
- package/src/@daf/pages/pages/TablePageWithTabs/index.jsx +1 -1
- package/src/@daf/services/OperatorService.js +1 -1
- package/build/favicon.ico +0 -0
- package/build/logo192.png +0 -0
- package/build/logo512.png +0 -0
- package/build/manifest.json +0 -25
- package/build/robots.txt +0 -3
package/dist/components/index.js
CHANGED
|
@@ -5797,7 +5797,7 @@ function DAFTable(_ref) {
|
|
|
5797
5797
|
if (data) {
|
|
5798
5798
|
setSource(data);
|
|
5799
5799
|
}
|
|
5800
|
-
}, [data
|
|
5800
|
+
}, [data]);
|
|
5801
5801
|
const paginationPageSize = pagination === null || pagination === void 0 ? void 0 : pagination.pageSize;
|
|
5802
5802
|
const dataSource = React.useMemo(() => {
|
|
5803
5803
|
const pageSize = paginationPageSize ? paginationPageSize : source.length > 10 ? source.length : 10;
|