fix #30: individual items are not saved

"
This commit is contained in:
Vasily Zubarev
2025-07-14 08:59:50 +02:00
parent b32421f114
commit 8f7c4a4d61
5 changed files with 14 additions and 11 deletions

View File

@@ -36,14 +36,14 @@ export default async function FieldsSettingsPage() {
{ key: "llm_prompt", label: "LLM Prompt", editable: true },
{
key: "isVisibleInList",
label: "Always show in transactions table",
label: "Show in transactions table",
type: "checkbox",
defaultValue: false,
editable: true,
},
{
key: "isVisibleInAnalysis",
label: "Always show in analysis form",
label: "Show in analysis form",
type: "checkbox",
defaultValue: false,
editable: true,