recette2
parent
6c2612643d
commit
ce820c2405
|
@ -1706,7 +1706,7 @@ const Config_Documents = (props) => {
|
|||
|
||||
<div className="div_row_gauche_2_tier">
|
||||
|
||||
{String(partner_document_data_edit_mode) !== "1" &&
|
||||
|
||||
<div className="div_row_gauche texte_area_filter" >
|
||||
Nom document <br />
|
||||
<TextField
|
||||
|
@ -1718,10 +1718,10 @@ const Config_Documents = (props) => {
|
|||
|
||||
/>
|
||||
|
||||
</div>}
|
||||
</div>
|
||||
|
||||
|
||||
{String(partner_document_data_edit_mode) !== "1" &&
|
||||
|
||||
<div className="div_row_gauche texte_area_filter" >
|
||||
Type de document<br />
|
||||
<TextField
|
||||
|
@ -1733,7 +1733,7 @@ const Config_Documents = (props) => {
|
|||
|
||||
/>
|
||||
|
||||
</div>}
|
||||
</div>
|
||||
|
||||
|
||||
<div className="div_row_gauche texte_area_filter" ref={myRef}>
|
||||
|
|
Loading…
Reference in New Issue