diff --git a/apps/dokploy/components/dashboard/project/add-database.tsx b/apps/dokploy/components/dashboard/project/add-database.tsx index 79f7bb75..2420e603 100644 --- a/apps/dokploy/components/dashboard/project/add-database.tsx +++ b/apps/dokploy/components/dashboard/project/add-database.tsx @@ -364,7 +364,6 @@ export const AddDatabase = ({ projectId, projectName }: Props) => { onChange={(e) => { const val = e.target.value?.trim() || ""; const serviceName = slugify(val); - console.log(serviceName); form.setValue("appName", `${slug}-${serviceName}`); field.onChange(val); }}