aq-fe-framework 0.1.286 → 0.1.287
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.
@@ -949,7 +949,7 @@ function CoreButtonCreateUpdate({
|
|
949
949
|
options: __spreadValues(__spreadValues({
|
950
950
|
onSuccess: () => {
|
951
951
|
queryClient.invalidateQueries();
|
952
|
-
utils_notification_show({ crudType: "create" });
|
952
|
+
utils_notification_show({ crudType: isUpdate ? "update" : "create" });
|
953
953
|
disclosure[1].close();
|
954
954
|
if (closeModalWhenSubmit) disclosure[1].close();
|
955
955
|
if (resetFormWhenSubmit) form.reset();
|
@@ -72,7 +72,7 @@ import {
|
|
72
72
|
useS_BasicAppShell,
|
73
73
|
useS_ButtonImport,
|
74
74
|
utils_layout_getItemsWithoutLinks
|
75
|
-
} from "../chunk-
|
75
|
+
} from "../chunk-LOWXU2VA.mjs";
|
76
76
|
import "../chunk-NWBLJ3W3.mjs";
|
77
77
|
import "../chunk-K6S7R6LU.mjs";
|
78
78
|
import "../chunk-KKJ3OEEW.mjs";
|