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