mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 02:56:39 +08:00
fix bug
This commit is contained in:
parent
c75c07a4fe
commit
36ebb869be
@ -513,7 +513,7 @@ function ImportConfigModal(props: { onClose?: () => void }) {
|
|||||||
autoFocus
|
autoFocus
|
||||||
placeholder={Locale.Settings.Sync.Config.ImportModal.Placeholder}
|
placeholder={Locale.Settings.Sync.Config.ImportModal.Placeholder}
|
||||||
value={importString}
|
value={importString}
|
||||||
rows={props.rows ?? 3}
|
rows={props?.rows ?? 3}
|
||||||
onInput={(e) => {
|
onInput={(e) => {
|
||||||
setImportString(e.currentTarget.value);
|
setImportString(e.currentTarget.value);
|
||||||
}}
|
}}
|
||||||
|
Loading…
Reference in New Issue
Block a user