fix(databases): add ip to useeffect deps

This commit is contained in:
Mauricio Siu
2024-07-24 23:31:03 -06:00
parent 9a1436d0ae
commit 734a6607c8
5 changed files with 5 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ export const ShowExternalPostgresCredentials = ({ postgresId }: Props) => {
data?.databasePassword,
form,
data?.databaseName,
ip,
]);
return (