mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-19 12:40:09 +01:00
remove system setting cap on messages (use at own risk)
This commit is contained in:
parent
a07ff1a394
commit
5c40419a27
@ -115,7 +115,6 @@ export default function AdminSystem() {
|
|||||||
}}
|
}}
|
||||||
value={messageLimit.limit}
|
value={messageLimit.limit}
|
||||||
min={1}
|
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"
|
className="bg-zinc-900 text-white placeholder:text-white/20 text-sm rounded-lg focus:border-white block w-60 p-2.5"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user