From 6a2098d5220944f8d0a1bb03f6f60e094f702ccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Vrba?= Date: Fri, 20 Feb 2026 09:31:34 +0100 Subject: [PATCH] Remove useless defaultValue --- apps/dokploy/components/dashboard/application/build/show.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/dokploy/components/dashboard/application/build/show.tsx b/apps/dokploy/components/dashboard/application/build/show.tsx index 7fca0cab0..538229971 100644 --- a/apps/dokploy/components/dashboard/application/build/show.tsx +++ b/apps/dokploy/components/dashboard/application/build/show.tsx @@ -345,7 +345,6 @@ export const ShowBuildChooseForm = ({ applicationId }: Props) => { placeholder="Path of your docker file (default: Dockerfile)" {...field} value={field.value ?? ""} - defaultValue={"Dockerfile"} />