fetch gfix
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
function select(record) {
|
||||
selected = selectRecord(record, selected);
|
||||
}
|
||||
|
||||
console.log(schema);
|
||||
$: visibleColumns = schema.fields.filter(
|
||||
(c) => schema.visible?.includes(c.name) ?? [],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user