fix #15: again :)

This commit is contained in:
Vasily Zubarev
2025-04-08 22:20:22 +02:00
parent 2997c00d6d
commit a9843b0446

View File

@@ -145,7 +145,7 @@ export default function TransactionEditForm({
{extraFields.map((field) => (
<FormInput
key={field.code}
type={field.type}
type="text"
title={field.name}
name={field.code}
defaultValue={formData[field.code as keyof typeof formData] || ""}