Merge pull request #2789 from TekExplorer/patch-1

Correct JDBC typo
This commit is contained in:
Dane Everitt
2020-12-06 10:46:20 -08:00
committed by GitHub

View File

@@ -131,7 +131,7 @@ export default ({ database, className }: Props) => {
</div>
</Can>
<div css={tw`mt-6`}>
<Label>JBDC Connection String</Label>
<Label>JDBC Connection String</Label>
<CopyOnClick text={`jdbc:mysql://${database.username}:${database.password}@${database.connectionString}/${database.name}`}>
<Input
type={'text'}