uat defects as per grid 1, 8 10
This commit is contained in:
@@ -51,6 +51,7 @@ const RenderTextfield = ({
|
||||
id={id}
|
||||
type={type}
|
||||
disabled={disabled ? true : false}
|
||||
maxLength="50"
|
||||
/>
|
||||
</div>
|
||||
</>
|
||||
|
||||
@@ -174,7 +174,7 @@ let BuildCheckRow = (props) => {
|
||||
? props.props.form[
|
||||
"appealForm"
|
||||
].values[
|
||||
datafieldname[0].value[0]
|
||||
datafieldname[0].value
|
||||
].map((tenant, index) => {
|
||||
return (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user