diff --git a/apps/core/src/routes/connect/-components/pg-mysql-connection.tsx b/apps/core/src/routes/connect/-components/pg-mysql-connection.tsx index 61b0638f..e0e819f7 100644 --- a/apps/core/src/routes/connect/-components/pg-mysql-connection.tsx +++ b/apps/core/src/routes/connect/-components/pg-mysql-connection.tsx @@ -115,7 +115,7 @@ const ConnectionParamsForm = ({ driver }: ConnectionParamsFormProps) => { driver: driver, ...values }) - await createConnectionRecord(values.connName, connString, Drivers.SQLite) + await createConnectionRecord(values.connName, connString, driver) navigate({ to: "/connections" }) }