Skip to content

Commit

Permalink
Fix - Correction du search siret sur le formulaire register owner
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmugnier committed Jun 10, 2021
1 parent 818c37b commit dfcee87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/register/owner/FormSiret.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
isSearchingSiret = true;
await query({
query: SEARCH_COMPANY_SIRET,
variables: { input: $siret },
variables: { input: `${$siret}` },
errorsHandler,
success: (res) => {
$company.address = res.address;
Expand Down

0 comments on commit dfcee87

Please sign in to comment.