fix: remove siret/rna api

This commit is contained in:
2025-11-18 21:46:05 +01:00
parent b2ad633b21
commit 661fcdb16b
4 changed files with 17 additions and 16 deletions

View File

@@ -260,11 +260,11 @@ function AssoInfo({initData, needFile}) {
<input type="text" className="form-control" placeholder="N° SIRET ou RNA*" name="state_id" required value={stateId} disabled={!needFile}
onChange={e => setStateId(e.target.value)}/>
<button className="btn btn-outline-secondary" type="button" id="button-addon2"
onClick={fetchStateId}>Rechercher
onClick={fetchStateId} hidden={true}>Rechercher
</button>
</div>
<div className="input-group mb-3">
<div className="input-group mb-3" hidden={true}>
<span className="input-group-text" id="basic-addon1">Dénomination</span>
<input type="text" className="form-control" placeholder="Appuyer sur rechercher pour compléter"
aria-label="Dénomination"