feature/view-patient-data #3

Merged
vipeesh.p merged 16 commits from feature/view-patient-data into develop 2023-09-06 14:40:07 +00:00
Showing only changes of commit 617728b771 - Show all commits

View File

@ -504,8 +504,7 @@ export default function PatientForm({type}:Props){
</AccordionDetails>
</Accordion>
<Grid container>
<Grid container>
<Grid item xs={12} className='collapsable-form-style-multiline'>
<FormGroup sx={{ marginTop: 3 }}>
<FormControlLabel
@ -518,7 +517,7 @@ export default function PatientForm({type}:Props){
<Grid item xs={6} className='collapsable-form-style'>
<TextField
disabled={type=='display'}
variant="outlined"
label="SIGNATURE"
name='treatmentGoal'
@ -535,7 +534,7 @@ export default function PatientForm({type}:Props){
variant="contained"
color="primary"
sx={{ margin: 5, left: '40%', width: '200px' }}
disabled={isChecked==false || signature==''}
disabled={isChecked==false || signature=='' || type=='display'}
onClick={handleSubmit}
>
Submit