@nivaro/react 0.1.125 → 0.1.126
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -20198,7 +20198,7 @@ function XN({
|
|
|
20198
20198
|
),
|
|
20199
20199
|
onSuccess: (x) => {
|
|
20200
20200
|
var A;
|
|
20201
|
-
Ge.success(((A = x == null ? void 0 : x.data) == null ? void 0 : A.message) ?? "Action completed"), s.invalidateQueries({ queryKey: ["item", t, String(n)] }), s.invalidateQueries({ queryKey: ["erp-submissions", t, String(n)] }), s.invalidateQueries({ queryKey: ["item-actions", t, n] }), s.invalidateQueries({ queryKey: ["o2m-rows"] }), s.invalidateQueries({ queryKey: ["pipeline-instance", t, String(n)] });
|
|
20201
|
+
Ge.success(((A = x == null ? void 0 : x.data) == null ? void 0 : A.message) ?? "Action completed"), s.invalidateQueries({ queryKey: ["item", t, String(n)] }), s.invalidateQueries({ queryKey: ["erp-submissions", t, String(n)] }), s.invalidateQueries({ queryKey: ["item-actions", t, n] }), s.invalidateQueries({ queryKey: ["addendums", t] }), s.invalidateQueries({ queryKey: ["pipeline-all-owners"] }), s.invalidateQueries({ queryKey: ["o2m-rows"] }), s.invalidateQueries({ queryKey: ["pipeline-instance", t, String(n)] });
|
|
20202
20202
|
},
|
|
20203
20203
|
onError: (x, { action: A }) => {
|
|
20204
20204
|
const N = x == null ? void 0 : x.response;
|