aq-fe-framework 0.1.261 → 0.1.262
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.
@@ -1048,6 +1048,13 @@ function MyButtonCreate(_a) {
|
|
1048
1048
|
},
|
1049
1049
|
onError: (e4) => {
|
1050
1050
|
if (onError) onError();
|
1051
|
+
if (e4.message == null) {
|
1052
|
+
notifications.show({
|
1053
|
+
message: "Kh\xF4ng th\u1EC3 thao t\xE1c, l\u1ED7i ch\u01B0a x\xE1c \u0111\u1ECBnh!",
|
1054
|
+
color: "red"
|
1055
|
+
});
|
1056
|
+
return;
|
1057
|
+
}
|
1051
1058
|
notifications.show({
|
1052
1059
|
message: e4.message,
|
1053
1060
|
color: "red"
|
@@ -68,7 +68,7 @@ import {
|
|
68
68
|
useS_BasicAppShell,
|
69
69
|
useS_ButtonImport,
|
70
70
|
utils_layout_getItemsWithoutLinks
|
71
|
-
} from "../chunk-
|
71
|
+
} from "../chunk-CC2N6SZ6.mjs";
|
72
72
|
import "../chunk-NWBLJ3W3.mjs";
|
73
73
|
import "../chunk-K6S7R6LU.mjs";
|
74
74
|
import "../chunk-33OCBXSX.mjs";
|