aq-fe-framework 0.1.267 → 0.1.269
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,8 @@ function useMyReactMutation({
|
|
96
96
|
return res.data.data;
|
97
97
|
},
|
98
98
|
onError: (e) => {
|
99
|
-
console.log(
|
100
|
-
|
101
|
-
notifications.show({
|
102
|
-
message: JSON.stringify(e),
|
103
|
-
color: "red"
|
104
|
-
});
|
105
|
-
if (e.message.toString() == "Error: null") {
|
99
|
+
console.log();
|
100
|
+
if (e.message === null || e.message === "null") {
|
106
101
|
notifications.show({
|
107
102
|
message: "Kh\xF4ng th\u1EC3 thao t\xE1c, l\u1ED7i ch\u01B0a x\xE1c \u0111\u1ECBnh!",
|
108
103
|
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-4H2NDYRB.mjs";
|
72
72
|
import "../chunk-NWBLJ3W3.mjs";
|
73
73
|
import "../chunk-K6S7R6LU.mjs";
|
74
|
-
import "../chunk-
|
74
|
+
import "../chunk-TFXBBTK4.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-4H2NDYRB.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-TFXBBTK4.mjs";
|
43
43
|
import {
|
44
44
|
createGenericStore
|
45
45
|
} from "../chunk-Y3YGC5IH.mjs";
|