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
commit 86c97433ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'}