mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-25 18:26:48 +08:00
fix bug
This commit is contained in:
@@ -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);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user