@opengeoweb/warnings 9.7.0 → 9.8.0
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/index.esm.js +12 -6
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -6873,18 +6873,24 @@ function publishWarningSaga(_ref2) {
|
|
|
6873
6873
|
message: PUBLISH_SUCCES
|
|
6874
6874
|
}));
|
|
6875
6875
|
case 7:
|
|
6876
|
-
_context3.next =
|
|
6877
|
-
|
|
6876
|
+
_context3.next = 9;
|
|
6877
|
+
return put(uiActions.setToggleOpenDialog({
|
|
6878
|
+
type: publicWarningDialogType,
|
|
6879
|
+
setOpen: false
|
|
6880
|
+
}));
|
|
6878
6881
|
case 9:
|
|
6879
|
-
_context3.
|
|
6882
|
+
_context3.next = 15;
|
|
6883
|
+
break;
|
|
6884
|
+
case 11:
|
|
6885
|
+
_context3.prev = 11;
|
|
6880
6886
|
_context3.t0 = _context3["catch"](0);
|
|
6881
|
-
_context3.next =
|
|
6887
|
+
_context3.next = 15;
|
|
6882
6888
|
return call(errorSaga, getErrorMessage(_context3.t0));
|
|
6883
|
-
case
|
|
6889
|
+
case 15:
|
|
6884
6890
|
case "end":
|
|
6885
6891
|
return _context3.stop();
|
|
6886
6892
|
}
|
|
6887
|
-
}, _callee2, null, [[0,
|
|
6893
|
+
}, _callee2, null, [[0, 11]]);
|
|
6888
6894
|
})();
|
|
6889
6895
|
}
|
|
6890
6896
|
function saveWarningSaga(_ref3) {
|