mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
Shorten clear on submit timeout for bin RSVP
This commit is contained in:
parent
339d81b976
commit
044cf2b3ac
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import { Slide } from 'react-reveal'
|
|||
|
||||
export default function RsvpForm() {
|
||||
const { status, formProps, useField } = useForm('/api/bin/rsvp', null, {
|
||||
clearOnSubmit: 60000,
|
||||
clearOnSubmit: 5000,
|
||||
method: 'POST',
|
||||
initData: {}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue