remove system setting cap on messages (use at own risk)

This commit is contained in:
timothycarambat 2024-08-30 15:21:01 -07:00
parent a07ff1a394
commit 5c40419a27

View File

@ -115,7 +115,6 @@ export default function AdminSystem() {
}}
value={messageLimit.limit}
min={1}
max={300}
className="bg-zinc-900 text-white placeholder:text-white/20 text-sm rounded-lg focus:border-white block w-60 p-2.5"
/>
</div>