mirror of
https://github.com/vas3k/TaxHacker.git
synced 2025-12-30 18:20:17 -06: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