@monoui/vuejs 1.1.79 → 1.1.80
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.
- package/dist/main.js +2 -2
- package/package.json +1 -1
- package/src/components/Table/Table.vue +4 -4
package/package.json
CHANGED
|
@@ -866,8 +866,8 @@ export default {
|
|
|
866
866
|
);
|
|
867
867
|
if (result && result.status === 200) {
|
|
868
868
|
this.$successToast(
|
|
869
|
-
"Export
|
|
870
|
-
"
|
|
869
|
+
"Export In Progress",
|
|
870
|
+
"It will be available on the Reports/Exports page shortly."
|
|
871
871
|
);
|
|
872
872
|
} else {
|
|
873
873
|
this.$errorToast(
|
|
@@ -885,8 +885,8 @@ export default {
|
|
|
885
885
|
|
|
886
886
|
if (exportScope) {
|
|
887
887
|
this.$successToast(
|
|
888
|
-
"Export
|
|
889
|
-
"
|
|
888
|
+
"Export In Progress",
|
|
889
|
+
"It will be available on the Reports/Exports page shortly."
|
|
890
890
|
);
|
|
891
891
|
}
|
|
892
892
|
|