@hmcts/ccd-case-ui-toolkit 4.9.0-rc.4 → 4.9.0-rc.5

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.umd.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @hmcts/ccd-case-ui-toolkit - Case UI Toolkit
3
- * @version v4.9.0-rc.4
3
+ * @version v4.9.0-rc.5
4
4
  * @link undefined
5
5
  * @license MIT
6
6
  */
@@ -13743,7 +13743,6 @@ var CaseEditPageComponent = /** @class */ (function () {
13743
13743
  if (this.currentPageIsNotValid()) {
13744
13744
  this.generateErrorMessage(this.currentPage.case_fields);
13745
13745
  }
13746
- this.showSpinner = true;
13747
13746
  if (!this.isSubmitting && !this.currentPageIsNotValid()) {
13748
13747
  this.isSubmitting = true;
13749
13748
  this.error = null;