更改白名单上限
This commit is contained in:
@@ -34,7 +34,7 @@ type SchemaType = z.infer<typeof schema>
|
||||
|
||||
export type WhitelistPageProps = {}
|
||||
|
||||
const MAX_WHITELIST_COUNT = 10
|
||||
const MAX_WHITELIST_COUNT = 5
|
||||
|
||||
export default function WhitelistPage(props: WhitelistPageProps) {
|
||||
const [wait, setWait] = useState(false)
|
||||
|
||||
Reference in New Issue
Block a user