fetch gfix

This commit is contained in:
2026-05-07 13:29:49 +03:00
parent fcadc8d7a1
commit 8cf1dd9bfd
5 changed files with 39 additions and 43 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
function select(record) {
selected = selectRecord(record, selected);
}
console.log(schema);
$: visibleColumns = schema.fields.filter(
(c) => schema.visible?.includes(c.name) ?? [],
);