react-admin-base-bootstrap 0.8.2 → 0.8.3
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.
|
@@ -86,7 +86,6 @@ export default function BootstrapTable({ url, bordered, noStrip, defaultParams,
|
|
|
86
86
|
const [page, lastPage, setPage, data, itemPerPage, setItemPerPage, update] = useDataTable(url, params, body);
|
|
87
87
|
const intl = useIntl();
|
|
88
88
|
const [api] = useAuth();
|
|
89
|
-
console.log(children[1]);
|
|
90
89
|
const ref = useRef(defaultParams);
|
|
91
90
|
useEffect(function () {
|
|
92
91
|
if (ref.current !== defaultParams) {
|
package/package.json
CHANGED
|
@@ -114,8 +114,6 @@ export default function BootstrapTable({url, bordered, noStrip, defaultParams, a
|
|
|
114
114
|
const intl = useIntl();
|
|
115
115
|
const [ api ] = useAuth();
|
|
116
116
|
|
|
117
|
-
console.log(children[1]);
|
|
118
|
-
|
|
119
117
|
const ref = useRef(defaultParams);
|
|
120
118
|
useEffect(function () {
|
|
121
119
|
if (ref.current !== defaultParams) {
|