mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Attempt to fix event category not being set by winter form (#654)
This commit is contained in:
parent
dd400c234c
commit
e1644c8e7a
2 changed files with 2 additions and 2 deletions
|
|
@ -126,7 +126,7 @@ export default function Signup() {
|
|||
teamType,
|
||||
teamNumber,
|
||||
userEmail,
|
||||
category: 'robotics team'
|
||||
eventCategory: 'robotics team'
|
||||
})
|
||||
})
|
||||
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ export default function Signup() {
|
|||
body: JSON.stringify({
|
||||
eventName,
|
||||
userEmail,
|
||||
category: 'hardware grant'
|
||||
eventCategory: 'hardware grant'
|
||||
})
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue