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