Remove useless defaultValue

This commit is contained in:
Jiří Vrba
2026-02-20 09:31:34 +01:00
parent 5d3e05536e
commit 6a2098d522

View File

@@ -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 />