uat defect 131 link in new tab

This commit is contained in:
2025-01-15 09:22:23 +00:00
parent 9c2519f2ce
commit 49418becf2
3 changed files with 20 additions and 14 deletions
+11 -8
View File
@@ -1189,14 +1189,17 @@ let MakeRepresentation = (props) => {
// delete dataObj[key];
// }
uploadRepFiles(
dataObj,
fileListObj,
values.containerID,
props.caseReference + "/" + dataObj.repfile_name
).then((data) => {
return data;
});
// may need to delete
// No sure if this is needed anymore,......
// uploadRepFiles(
// dataObj,
// [{}],
// values.containerID,
// props.caseReference + "/" + dataObj.repfile_name
// ).then((data) => {
// return data;
// });
};
const repForm = props.props.form;
@@ -251,7 +251,7 @@ const RepCompleteSubmit = (props) => {
</dd>
<dd className="govuk-summary-list__actions">
<a
{/* <a
className="govuk-link"
href="#"
onClick={() => {
@@ -261,11 +261,11 @@ const RepCompleteSubmit = (props) => {
{t("common:change-link-label")}
<span className="govuk-visually-hidden">
{" "}
{/* {FieldsTranslations(
{FieldsTranslations(
rows[0].value
)} */}
)}
</span>
</a>
</a> */}
</dd>
</div>
{_.has(
@@ -456,7 +456,10 @@ const RepCompleteSubmit = (props) => {
{t(
"myrepresentations:rep-check-tandc-para-two"
)}{" "}
<Link href={t("common:footer-privacy-link")}>
<Link
href={t("common:footer-privacy-link")}
target="_blank"
>
{t(
"common:footer-privacy-notice-link-label"
)}