+ {savingStatus ? (
+
+ {router.locale == "cy"
+ ? "Nôl data"
+ : "Saving data"}
+
+
+ ) : (
+
- ))}
- {formObj.hasOwnProperty(
- "representationForm"
- ) &&
- formObj[
+ console.log(
+ "on save:",
+ valuesObj
+ );
+ updateRepresentation(
+ valuesObj,
+ false,
+ true
+ );
+ }}
+ >
+ {t(
+ "common:save-exit-button"
+ )}
+
+ )}
+
+ )}
+
+ {formObj.hasOwnProperty(
"representationForm"
- ].hasOwnProperty("values") &&
- formObj[
- "representationForm"
- ].values.hasOwnProperty(
- "representationType"
) &&
- formObj["representationForm"].values
- .representationType ==
- "Questionnaire" &&
- whichProgress()}
+ formObj[
+ "representationForm"
+ ].hasOwnProperty("values") &&
+ formObj[
+ "representationForm"
+ ].values.hasOwnProperty(
+ "representationType"
+ ) &&
+ formObj["representationForm"]
+ .values
+ .representationType ==
+ "Questionnaire" &&
+ whichProgress()}
+
>
diff --git a/components/myportal/awaitingsubmissionfromblob.js b/components/myportal/awaitingsubmissionfromblob.js
index 17f80f5f..a006b721 100644
--- a/components/myportal/awaitingsubmissionfromblob.js
+++ b/components/myportal/awaitingsubmissionfromblob.js
@@ -81,7 +81,10 @@ const AwaitingSubmissionFromBlob = (props) => {
"appealComplete"
) ? (