@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.
@@ -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');