@espresso-lab/mantine-data-table 1.0.10 → 1.0.11
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.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4736,7 +4736,7 @@ function U_(i, n) {
|
|
|
4736
4736
|
mutationKey: l,
|
|
4737
4737
|
mutationFn: v,
|
|
4738
4738
|
onSettled() {
|
|
4739
|
-
s.invalidateQueries({
|
|
4739
|
+
return s.invalidateQueries({
|
|
4740
4740
|
queryKey: [...n.map(z_)]
|
|
4741
4741
|
});
|
|
4742
4742
|
}
|
|
@@ -4759,7 +4759,7 @@ function wd(i, n) {
|
|
|
4759
4759
|
mutationKey: l,
|
|
4760
4760
|
mutationFn: v,
|
|
4761
4761
|
onSettled() {
|
|
4762
|
-
s.invalidateQueries({
|
|
4762
|
+
return s.invalidateQueries({
|
|
4763
4763
|
queryKey: [...n.map(W_)]
|
|
4764
4764
|
});
|
|
4765
4765
|
}
|
|
@@ -4782,7 +4782,7 @@ function q_(i, n) {
|
|
|
4782
4782
|
mutationKey: l,
|
|
4783
4783
|
mutationFn: v,
|
|
4784
4784
|
onSettled() {
|
|
4785
|
-
s.invalidateQueries({
|
|
4785
|
+
return s.invalidateQueries({
|
|
4786
4786
|
queryKey: [...n.map(H_)]
|
|
4787
4787
|
});
|
|
4788
4788
|
}
|