mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
fix #15: make all custom fields text
This commit is contained in:
@@ -256,7 +256,7 @@ export default function AnalyzeForm({
|
|||||||
{extraFields.map((field) => (
|
{extraFields.map((field) => (
|
||||||
<FormInput
|
<FormInput
|
||||||
key={field.code}
|
key={field.code}
|
||||||
type={field.type}
|
type="text"
|
||||||
title={field.name}
|
title={field.name}
|
||||||
name={field.code}
|
name={field.code}
|
||||||
value={formData[field.code as keyof typeof formData]}
|
value={formData[field.code as keyof typeof formData]}
|
||||||
|
|||||||
Reference in New Issue
Block a user