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
36ebb869be
commit
82cb4a4dba
@ -469,7 +469,7 @@ function SyncConfigModal(props: { onClose?: () => void }) {
|
||||
);
|
||||
}
|
||||
|
||||
function ImportConfigModal(props: { onClose?: () => void }) {
|
||||
function ImportConfigModal(props: { onClose?: () => void; rows?: number }) {
|
||||
const [importString, setImportString] = useState("");
|
||||
const syncStore = useSyncStore();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user