20/11/2023 - 17h
parent
4ba6be45d8
commit
fa2b5e2a64
|
@ -1984,7 +1984,7 @@ const Config_Documents = (props) => {
|
||||||
<MenuItem key={JSON.parse(mycollection)._id}
|
<MenuItem key={JSON.parse(mycollection)._id}
|
||||||
value={JSON.parse(mycollection)._id}
|
value={JSON.parse(mycollection)._id}
|
||||||
style={{ "paddingLeft": "5px", "textAlign": "left", "width": "100%", "fontSize": "12px" }}>
|
style={{ "paddingLeft": "5px", "textAlign": "left", "width": "100%", "fontSize": "12px" }}>
|
||||||
{JSON.parse(mycollection).nom}
|
{JSON.parse(mycollection).nom} - <b>{JSON.parse(mycollection).type_doc} </b>
|
||||||
|
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
))}
|
))}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue