mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Don't check email after rsvp for bin
This commit is contained in:
parent
46ca4afc71
commit
349b6a4247
1 changed files with 7 additions and 1 deletions
|
|
@ -55,7 +55,13 @@ export default function RsvpForm() {
|
|||
</Label>
|
||||
</Slide>
|
||||
)}
|
||||
<Submit status={status} />
|
||||
<Submit status={status}
|
||||
labels={{
|
||||
default: 'Submit',
|
||||
error: 'Something went wrong',
|
||||
success: "Success!"
|
||||
}}
|
||||
/>
|
||||
</form>
|
||||
</>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue