Skip to content

Commit

Permalink
fix: psql driver saving critical bug 🚑️
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed May 5, 2024
1 parent c07fa2b commit 6960851
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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" })
}

Expand Down

0 comments on commit 6960851

Please sign in to comment.