uat defects as per grid 1, 8 10

This commit is contained in:
2024-11-21 17:22:56 +00:00
parent de123537db
commit 94577fdec9
5 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -121,7 +121,8 @@ AZURE_PEDW_CONTAINER = "pedwapplications"
AZURE_PEDW_QUEUE_ENDPOINT = https://$AZURE_STORAGE_ACCOUNT_NAME.queue.core.windows.net AZURE_PEDW_QUEUE_ENDPOINT = https://$AZURE_STORAGE_ACCOUNT_NAME.queue.core.windows.net
//gov.notify //gov.notify
NOTIFY_API_KEY = pedwnextauthkey-90f93710-9dae-423e-aea1-11eccd0dc132-0c9469d9-d671-444d-9e9d-3e5a62001043 //NOTIFY_API_KEY = pedwnextauthkey-90f93710-9dae-423e-aea1-11eccd0dc132-0c9469d9-d671-444d-9e9d-3e5a62001043
NOTIFY_API_KEY = pedwnextauthlivekey-90f93710-9dae-423e-aea1-11eccd0dc132-5c0ed187-754a-4b04-8c99-978e5710c2c1
SHOW_DEBUG = true SHOW_DEBUG = true
+1
View File
@@ -51,6 +51,7 @@ const RenderTextfield = ({
id={id} id={id}
type={type} type={type}
disabled={disabled ? true : false} disabled={disabled ? true : false}
maxLength="50"
/> />
</div> </div>
</> </>
+1 -1
View File
@@ -174,7 +174,7 @@ let BuildCheckRow = (props) => {
? props.props.form[ ? props.props.form[
"appealForm" "appealForm"
].values[ ].values[
datafieldname[0].value[0] datafieldname[0].value
].map((tenant, index) => { ].map((tenant, index) => {
return ( return (
<div <div
+1 -1
View File
@@ -32,7 +32,7 @@
"about-you-appellant-contact-details-lastname-label": "Last name", "about-you-appellant-contact-details-lastname-label": "Last name",
"about-you-appellant-contact-details-address-label": "Address", "about-you-appellant-contact-details-address-label": "Address",
"about-you-appellant-contact-details-email-label": "Email address", "about-you-appellant-contact-details-email-label": "Email address",
"about-you-appellant-contact-details-phone-label": "Telphone number", "about-you-appellant-contact-details-phone-label": "Telephone number",
"about-you-appellant-language-preferences-label": "Language preference", "about-you-appellant-language-preferences-label": "Language preference",
"about-you-agent-contact-details": "Contact details for Agent", "about-you-agent-contact-details": "Contact details for Agent",
"about-you-agent-contact-details-companyname-label": "Company name", "about-you-agent-contact-details-companyname-label": "Company name",