@egova/egova-api 1.0.137 → 1.0.138
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/index.common.js +1 -0
- package/dist/index.umd.js +1 -0
- package/dist/index.umd.min.js +1 -1
- package/package.json +2 -2
package/dist/index.common.js
CHANGED
|
@@ -62759,6 +62759,7 @@ function (_super) {
|
|
|
62759
62759
|
result = _a.sent();
|
|
62760
62760
|
|
|
62761
62761
|
if (result && !result.hasError) {
|
|
62762
|
+
this.showGroupModal = false;
|
|
62762
62763
|
this.init();
|
|
62763
62764
|
}
|
|
62764
62765
|
|
package/dist/index.umd.js
CHANGED
|
@@ -62768,6 +62768,7 @@ function (_super) {
|
|
|
62768
62768
|
result = _a.sent();
|
|
62769
62769
|
|
|
62770
62770
|
if (result && !result.hasError) {
|
|
62771
|
+
this.showGroupModal = false;
|
|
62771
62772
|
this.init();
|
|
62772
62773
|
}
|
|
62773
62774
|
|