mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
greptile review fix
This commit is contained in:
@@ -34,10 +34,12 @@ export const PostgresResourceForm = ({ resource, onSubmit }: Props) => {
|
||||
defaultValues: resource
|
||||
? {
|
||||
...resource,
|
||||
rotationAccountCredentials: {
|
||||
...resource.rotationAccountCredentials,
|
||||
password: "******"
|
||||
}
|
||||
rotationAccountCredentials: resource.rotationAccountCredentials
|
||||
? {
|
||||
...resource.rotationAccountCredentials,
|
||||
password: "******"
|
||||
}
|
||||
: resource.rotationAccountCredentials
|
||||
}
|
||||
: {
|
||||
resourceType: PamResourceType.Postgres,
|
||||
|
||||
Reference in New Issue
Block a user