Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
Update DatabaseRow.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ilworkcn committed Jun 29, 2022
1 parent 16e0538 commit e97247f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default ({ database, className }: Props) => {
</Formik>
<Modal visible={connectionVisible} onDismissed={() => setConnectionVisible(false)}>
<FlashMessageRender byKey={'database-connection-modal'} css={tw`mb-6`} />
<h3 css={tw`mb-6 text-2xl`}>Database connection details</h3>
<h3 css={tw`mb-6 text-2xl`}>数据库连接详细信息</h3>
<div>
<Label>连接地址</Label>
<CopyOnClick text={database.connectionString}>
Expand Down

0 comments on commit e97247f

Please sign in to comment.