input images
This commit is contained in:
@@ -597,7 +597,7 @@ export default function DetailMonitoringList() {
|
|||||||
style={{ display: 'none' }}
|
style={{ display: 'none' }}
|
||||||
multiple
|
multiple
|
||||||
onChange={(e) => handleInputChangeConfirmationMedicalLeter(e)}
|
onChange={(e) => handleInputChangeConfirmationMedicalLeter(e)}
|
||||||
accept="application/pdf"
|
accept="application/pdf, image/*"
|
||||||
/>
|
/>
|
||||||
</ButtonBase>
|
</ButtonBase>
|
||||||
</Grid>
|
</Grid>
|
||||||
@@ -653,7 +653,7 @@ export default function DetailMonitoringList() {
|
|||||||
style={{ display: 'none' }}
|
style={{ display: 'none' }}
|
||||||
multiple
|
multiple
|
||||||
onChange={handleInputChangeMedicalActionLetter}
|
onChange={handleInputChangeMedicalActionLetter}
|
||||||
accept="application/pdf"
|
accept="application/pdf, image/*"
|
||||||
/>
|
/>
|
||||||
</ButtonBase>
|
</ButtonBase>
|
||||||
</Grid>
|
</Grid>
|
||||||
@@ -754,7 +754,7 @@ export default function DetailMonitoringList() {
|
|||||||
style={{ display: 'none' }}
|
style={{ display: 'none' }}
|
||||||
multiple
|
multiple
|
||||||
onChange={handleInputChangeResult}
|
onChange={handleInputChangeResult}
|
||||||
accept="application/pdf"
|
accept="application/pdf, image/*"
|
||||||
/>
|
/>
|
||||||
</ButtonBase>
|
</ButtonBase>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
Reference in New Issue
Block a user