fix: export tx more logs

This commit is contained in:
Vasily Zubarev
2025-05-19 14:38:46 +02:00
parent b7475ca57d
commit d2ef3a088a
4 changed files with 52 additions and 58 deletions

View File

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