TP-17651 | Minor Bug Fixes

This commit is contained in:
yashmantri
2023-05-12 15:57:05 +05:30
parent 42ac554984
commit a1a25f67df
2 changed files with 5 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ const BaseRequirementForm = () => {
<TextareaAutosize
minRows={5}
className={commonStyles['custom-text-area']}
placeholder="Enter Query details"
placeholder="Enter Hypothesis details"
name="hypothesis"
onChange={handleChange}
value={values?.hypothesis}

View File

@@ -302,4 +302,8 @@
display: flex;
margin-top: 20px;
gap: 12px;
div {
flex: 1;
}
}