mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +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) => (
|
||||
<FormInput
|
||||
key={field.code}
|
||||
type={field.type}
|
||||
type="text"
|
||||
title={field.name}
|
||||
name={field.code}
|
||||
value={formData[field.code as keyof typeof formData]}
|
||||
|
||||
Reference in New Issue
Block a user