Merge branch 'develop' into matthewpi/transfer-improvements
This commit is contained in:
commit
6fa24d4979
49 changed files with 88 additions and 4473 deletions
|
@ -127,7 +127,7 @@ export default ({ database, className }: Props) => {
|
|||
<Can action={'database.view_password'}>
|
||||
<div css={tw`mt-6`}>
|
||||
<Label>Password</Label>
|
||||
<CopyOnClick text={database.password?.valueOf}><Input type={'text'} readOnly value={database.password}/></CopyOnClick>
|
||||
<CopyOnClick text={database.password}><Input type={'text'} readOnly value={database.password}/></CopyOnClick>
|
||||
</div>
|
||||
</Can>
|
||||
<div css={tw`mt-6`}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue