mirror of
https://github.com/System-End/site.git
synced 2026-04-19 20:55:09 +00:00
🐛 [Airtable fix] Force user birthday input in form
This commit is contained in:
parent
422994af7b
commit
89be12f967
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ export default function Apply() {
|
|||
const requiredFields = [
|
||||
[],
|
||||
['eventName', 'eventLocation'],
|
||||
['firstName', 'lastName', 'userEmail', 'contactOption']
|
||||
['firstName', 'lastName', 'userEmail', 'userBirthday', 'contactOption']
|
||||
]
|
||||
|
||||
useEffect(() => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue