Skip to content

Commit

Permalink
Corrige le reset du formulaire et de l'onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
guillett committed Oct 14, 2024
1 parent c4094a5 commit 727cd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sms-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function SMSForm({ supabase, onSent, showSimpleOnly }) {
}
setSending(false);
setMessage("");
setPhoneNumber("");
setPhoneNumberInput("");
if (onSent) {
onSent(await response.json());
}
Expand Down

0 comments on commit 727cd66

Please sign in to comment.