aq-fe-framework 0.1.267 → 0.1.268
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.
@@ -96,13 +96,7 @@ function useMyReactMutation({
|
|
96
96
|
return res.data.data;
|
97
97
|
},
|
98
98
|
onError: (e) => {
|
99
|
-
|
100
|
-
alert(e);
|
101
|
-
notifications.show({
|
102
|
-
message: JSON.stringify(e),
|
103
|
-
color: "red"
|
104
|
-
});
|
105
|
-
if (e.message.toString() == "Error: null") {
|
99
|
+
if (e.message.toString() == "null") {
|
106
100
|
notifications.show({
|
107
101
|
message: "Kh\xF4ng th\u1EC3 thao t\xE1c, l\u1ED7i ch\u01B0a x\xE1c \u0111\u1ECBnh!",
|
108
102
|
color: "red"
|
@@ -68,10 +68,10 @@ import {
|
|
68
68
|
useS_BasicAppShell,
|
69
69
|
useS_ButtonImport,
|
70
70
|
utils_layout_getItemsWithoutLinks
|
71
|
-
} from "../chunk-
|
71
|
+
} from "../chunk-X2PWPQDD.mjs";
|
72
72
|
import "../chunk-NWBLJ3W3.mjs";
|
73
73
|
import "../chunk-K6S7R6LU.mjs";
|
74
|
-
import "../chunk-
|
74
|
+
import "../chunk-L6J7NXDQ.mjs";
|
75
75
|
import "../chunk-Y3YGC5IH.mjs";
|
76
76
|
import "../chunk-5U2JSHSJ.mjs";
|
77
77
|
import "../chunk-7ZCOFATU.mjs";
|
package/dist/hooks/index.mjs
CHANGED
@@ -24,7 +24,7 @@ import {
|
|
24
24
|
useS_BasicAppShell,
|
25
25
|
useS_authenticate,
|
26
26
|
utils_layout_getItemsWithoutLinks
|
27
|
-
} from "../chunk-
|
27
|
+
} from "../chunk-X2PWPQDD.mjs";
|
28
28
|
import {
|
29
29
|
const_object_documentTypes
|
30
30
|
} from "../chunk-GFEMKKFH.mjs";
|
@@ -39,7 +39,7 @@ import {
|
|
39
39
|
baseAxios_default,
|
40
40
|
useQ_AQ_GetAQModule,
|
41
41
|
useQ_SkillCenter_GetAll
|
42
|
-
} from "../chunk-
|
42
|
+
} from "../chunk-L6J7NXDQ.mjs";
|
43
43
|
import {
|
44
44
|
createGenericStore
|
45
45
|
} from "../chunk-Y3YGC5IH.mjs";
|