wargerm 0.2.36 → 0.2.37
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/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -8228,7 +8228,7 @@ function Table(_ref) {
|
|
8228
8228
|
}
|
8229
8229
|
}, _callee);
|
8230
8230
|
}))();
|
8231
|
-
}, [params, pageParams, pagination, formSearch]);
|
8231
|
+
}, [params, pageParams, pagination, tableList, formSearch]);
|
8232
8232
|
|
8233
8233
|
var onFormSubmit = function onFormSubmit(values) {
|
8234
8234
|
onSubmit && onSubmit(values);
|
package/dist/index.js
CHANGED
@@ -8242,7 +8242,7 @@ function Table(_ref) {
|
|
8242
8242
|
}
|
8243
8243
|
}, _callee);
|
8244
8244
|
}))();
|
8245
|
-
}, [params, pageParams, pagination, formSearch]);
|
8245
|
+
}, [params, pageParams, pagination, tableList, formSearch]);
|
8246
8246
|
|
8247
8247
|
var onFormSubmit = function onFormSubmit(values) {
|
8248
8248
|
onSubmit && onSubmit(values);
|