enhance form issue
This commit is contained in:
1
src/routes/backoffice/vendor/+page.svelte
vendored
1
src/routes/backoffice/vendor/+page.svelte
vendored
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user