target blank untuk list dokumen laboratorium

This commit is contained in:
korospace
2023-10-28 19:07:04 +07:00
parent b76a9b56f0
commit f625d4225f

View File

@@ -138,7 +138,7 @@ export default function DetailLabResultList() {
row.lab_result_file.map((data, index) => {
return (
<Stack direction="row" justifyContent={'space-between'} key={index} sx={{ mt: '16px' }}>
<Link href={data.lab_result_file_obj.path} underline='hover'>
<Link href={data.lab_result_file_obj.path} underline='hover' target="_blank">
<Stack direction="row" spacing={1} sx={{color: '#19BBBB'}}>
<InsertDriveFileIcon />
<Typography variant="body2" gutterBottom>{data.lab_result_file_obj.original_name??'-'}</Typography>