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

@@ -91,6 +91,7 @@ export const ShowExternalMysqlCredentials = ({ mysqlId }: Props) => {
data?.databaseName,
data?.databaseUser,
form,
ip,
]);
return (
<>