enhance form issue

This commit is contained in:
2025-06-18 13:28:37 +08:00
parent d1bd89c17b
commit 039c7914a0
2 changed files with 307 additions and 453 deletions

View File

@@ -59,7 +59,6 @@
{ key: "contact_pos_tertiary", title: "Tertiary Contact Position" },
{ key: "contact_email_tertiary", title: "Tertiary Email" },
{ key: "website", title: "Website" },
{ key: "created_at", title: "Created At" },
];
const excludedKeys = ["id", "created_by", "created_at", "updated_at"];
$: formColumns = columns.filter((col) => !excludedKeys.includes(col.key));