give invite links a default limit
This commit is contained in:
parent
b997c19cf0
commit
d0e15eb887
@ -42,7 +42,7 @@ function InviteForm () {
|
||||
<Form
|
||||
initial={{
|
||||
gift: 100,
|
||||
limit: undefined
|
||||
limit: 1
|
||||
}}
|
||||
schema={inviteSchema}
|
||||
onSubmit={async ({ limit, gift }) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user