This commit is contained in:
wangyijing 2024-07-01 02:27:52 +08:00
parent 36ebb869be
commit 82cb4a4dba

View File

@ -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();