mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-19 12:10:17 +09:00
Update settings.tsx
Update parameter `step` of historyMessageCount to 1.
This commit is contained in:
parent
bf8d136936
commit
8ba1dedcea
@ -417,7 +417,7 @@ export function Settings(props: { closeSettings: () => void }) {
|
||||
value={config.historyMessageCount}
|
||||
min="0"
|
||||
max="25"
|
||||
step="2"
|
||||
step="1"
|
||||
onChange={(e) =>
|
||||
updateConfig(
|
||||
(config) =>
|
||||
|
Loading…
Reference in New Issue
Block a user