diff --git a/app/components/settings.tsx b/app/components/settings.tsx index 7aca45258..ce0357fdc 100644 --- a/app/components/settings.tsx +++ b/app/components/settings.tsx @@ -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();