|
|
|
@@ -1539,7 +1539,7 @@ const BusCustomFormWizard = (props) => { |
|
|
|
</ThemeProvider> |
|
|
|
{/* <Typography display="inline" variant="h6" sx={{ fontSize: 12, color: 'primary.primary'}}></Typography> */} |
|
|
|
</Stack> |
|
|
|
{fileList != null ? |
|
|
|
{fileList != null && props.step === 0 ? |
|
|
|
<UploadFileTable key="uploadTable" recordList={fileListData} setUpdateRows={setUpdateRows} /> : null} |
|
|
|
{/* <Stack mt={1} direction="row" justifyContent="flex-start" alignItems="center" spacing={2}> |
|
|
|
<Button variant="contained" type="submit" sx={{ fontSize: 12,height:'25px'}}>Submit</Button> |
|
|
|
@@ -1861,7 +1861,7 @@ const BusCustomFormWizard = (props) => { |
|
|
|
<Typography display="inline" variant="h4" sx={{ color: 'primary.primary' }}> |
|
|
|
<FormattedMessage id="userIdDoc"/> |
|
|
|
</Typography> |
|
|
|
{fileList != null ? |
|
|
|
{fileList != null && props.step === 1 ? |
|
|
|
<PreviewUploadFileTable key="previewTable" recordList={fileListData} /> : null} |
|
|
|
</Stack> |
|
|
|
</Grid> |
|
|
|
|