mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
feat: isRequired for fields now respected
This commit is contained in:
@@ -317,7 +317,7 @@ export const DEFAULT_FIELDS = [
|
||||
llm_prompt: "issued at date (YYYY-MM-DD format)",
|
||||
isVisibleInList: true,
|
||||
isVisibleInAnalysis: true,
|
||||
isRequired: false,
|
||||
isRequired: true,
|
||||
isExtra: false,
|
||||
},
|
||||
{
|
||||
@@ -357,7 +357,7 @@ export const DEFAULT_FIELDS = [
|
||||
llm_prompt: "total total of the transaction",
|
||||
isVisibleInList: true,
|
||||
isVisibleInAnalysis: true,
|
||||
isRequired: false,
|
||||
isRequired: true,
|
||||
isExtra: false,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user