mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-02-25 20:35:10 +00:00
Remove useless defaultValue
This commit is contained in:
@@ -345,7 +345,6 @@ export const ShowBuildChooseForm = ({ applicationId }: Props) => {
|
||||
placeholder="Path of your docker file (default: Dockerfile)"
|
||||
{...field}
|
||||
value={field.value ?? ""}
|
||||
defaultValue={"Dockerfile"}
|
||||
/>
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
|
||||
Reference in New Issue
Block a user