fix: remove siret/rna api
Some checks failed
Deploy Production Server / if_merged (pull_request) Failing after 1m33s

This commit is contained in:
2025-11-18 21:46:05 +01:00
parent 6e7eec0587
commit f46e268d39
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"