@hmcts/ccd-case-ui-toolkit 6.16.0-ccpay-5.2.8-beta06 → 6.16.0-hotfix-spinner-issue
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/bundles/hmcts-ccd-case-ui-toolkit.umd.js +0 -4
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
- package/esm2015/lib/shared/components/case-editor/case-edit/case-edit.component.js +1 -6
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +0 -4
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -9824,11 +9824,7 @@
|
|
|
9824
9824
|
CaseEditComponent.prototype.caseSubmit = function (_a) {
|
|
9825
9825
|
var _this = this;
|
|
9826
9826
|
var form = _a.form, caseEventData = _a.caseEventData, submit = _a.submit;
|
|
9827
|
-
var loadingSpinnerToken = this.loadingService.register();
|
|
9828
9827
|
submit(caseEventData)
|
|
9829
|
-
.pipe(operators.finalize(function () {
|
|
9830
|
-
_this.loadingService.unregister(loadingSpinnerToken);
|
|
9831
|
-
}))
|
|
9832
9828
|
.subscribe(function (response) {
|
|
9833
9829
|
_this.caseNotifier.cachedCaseView = null;
|
|
9834
9830
|
_this.sessionStorageService.removeItem('eventUrl');
|