@hmcts/ccd-case-ui-toolkit 7.3.65-exui-publish-test → 7.3.65-exui-4669-rc-3
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.
|
@@ -12049,7 +12049,7 @@ class CaseEditPageComponent {
|
|
|
12049
12049
|
: CaseEditPageComponent.TRIGGER_TEXT_START;
|
|
12050
12050
|
return this.canNavigateToSummaryPage()
|
|
12051
12051
|
? textBasedOnCanSaveDraft
|
|
12052
|
-
: 'Submit';
|
|
12052
|
+
: this.eventTrigger.end_button_label || 'Submit';
|
|
12053
12053
|
}
|
|
12054
12054
|
discard() {
|
|
12055
12055
|
if (this.route.snapshot.queryParamMap.get(CaseEditComponent.ORIGIN_QUERY_PARAM) === 'viewDraft') {
|