mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Update rsvp-form.js
This commit is contained in:
parent
23e5a4aae8
commit
9224adf551
1 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ export default function RsvpForm() {
|
|||
</Label>
|
||||
{useField('stickers', 'checkbox').checked && (
|
||||
<Slide left delay={20}>
|
||||
<Label>
|
||||
<Label mt={2}>
|
||||
Address (line 1)
|
||||
<Input
|
||||
{...useField('address_line_1')}
|
||||
|
|
@ -44,7 +44,7 @@ export default function RsvpForm() {
|
|||
sx={{ border: '1px solid', borderColor: 'muted' }}
|
||||
/>
|
||||
</Label>
|
||||
<Label>
|
||||
<Label mt={2}>
|
||||
Address (zip code)
|
||||
<Input
|
||||
{...useField('address_zip')}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue