Fix spacing consistency between form fields in RSVP form
This commit is contained in:
@@ -477,7 +477,6 @@ const RSVPForm: React.FC = () => {
|
|||||||
name={`guest_name_${index}`}
|
name={`guest_name_${index}`}
|
||||||
value={formData.guest_names[index] || ''}
|
value={formData.guest_names[index] || ''}
|
||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
margin="normal"
|
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
|
|||||||
Reference in New Issue
Block a user