@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 +1 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/index.umd.min.js +1 -1
- package/dist/index.umd.min.js.LICENSE.txt +1 -1
- package/dist/index.umd.min.js.map +1 -1
- package/dist/shared/components/case-editor/case-edit-page/case-edit-page.component.js +0 -1
- package/dist/shared/components/case-editor/case-edit-page/case-edit-page.component.js.map +1 -1
- package/package.json +1 -1
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.
|
|
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;
|