20/11/2023 - 17h

recette2
cherif 2023-11-20 17:04:15 +01:00
parent 4ba6be45d8
commit fa2b5e2a64
2 changed files with 1147 additions and 30 deletions

View File

@ -1984,7 +1984,7 @@ const Config_Documents = (props) => {
<MenuItem key={JSON.parse(mycollection)._id}
value={JSON.parse(mycollection)._id}
style={{ "paddingLeft": "5px", "textAlign": "left", "width": "100%", "fontSize": "12px" }}>
{JSON.parse(mycollection).nom}&nbsp;&nbsp;
{JSON.parse(mycollection).nom}&nbsp; - &nbsp; <b>{JSON.parse(mycollection).type_doc} </b>&nbsp;
</MenuItem>
))}

File diff suppressed because it is too large Load Diff