chore: update max times

This commit is contained in:
Tristan Yang
2023-06-14 18:53:26 +08:00
parent e415ee1e2e
commit a835c4707c
+1 -1
View File
@@ -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"),