chore: update max times
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@ export const getInviteLinkExpireList = () => [
|
||||
export const getInviteLinkTimesList = () => [
|
||||
{
|
||||
label: i18n.t("auth:invite_times.no_limit"),
|
||||
value: -1
|
||||
value: 10000000
|
||||
},
|
||||
{
|
||||
label: i18n.t("auth:invite_times.time1"),
|
||||
|
||||
Reference in New Issue
Block a user