aq-fe-framework 0.1.532 → 0.1.533

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.
@@ -229,8 +229,6 @@ function MyButtonCreateUpdate({
229
229
  options: {
230
230
  onSuccess: (...args) => {
231
231
  if (!ignoreDefaultOnSuccess) {
232
- queryClient.invalidateQueries();
233
- utils_notification_show({ crudType: isUpdate ? "update" : "create" });
234
232
  if (closeModalWhenSubmit) disclosure[1].close();
235
233
  if (resetFormWhenSubmit) form.reset();
236
234
  }
@@ -293,8 +291,9 @@ function MyButtonCreateUpdate({
293
291
  headers: {},
294
292
  config: {}
295
293
  });
294
+ } else {
295
+ axiosPromise = result;
296
296
  }
297
- axiosPromise = result;
298
297
  mutation.mutate(axiosPromise);
299
298
  }),
300
299
  children: [
@@ -18,7 +18,7 @@ import {
18
18
  MyStatsCard,
19
19
  MyTextInput,
20
20
  MyWeeklySessionSchedulerPicker
21
- } from "../chunk-IMBXTNPQ.mjs";
21
+ } from "../chunk-UUOR2BSN.mjs";
22
22
  import "../chunk-GFEMKKFH.mjs";
23
23
  import {
24
24
  MyModalDelete
@@ -16,7 +16,7 @@ import {
16
16
  MyButton as MyButton2,
17
17
  MyDataTableSelectOne,
18
18
  MyTextInput as MyTextInput2
19
- } from "../chunk-IMBXTNPQ.mjs";
19
+ } from "../chunk-UUOR2BSN.mjs";
20
20
  import {
21
21
  const_object_documentTypes
22
22
  } from "../chunk-GFEMKKFH.mjs";
package/package.json CHANGED
@@ -46,7 +46,7 @@
46
46
  "types": "./dist/coreService/index.d.mts"
47
47
  }
48
48
  },
49
- "version": "0.1.532",
49
+ "version": "0.1.533",
50
50
  "private": false,
51
51
  "files": [
52
52
  "dist"