We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02df2e9 commit 3173af9Copy full SHA for 3173af9
src/routes/collection.ts
@@ -24,7 +24,7 @@ export const getCollectionData = async (
24
const collectionRows = collection.value.schema;
25
const collectionColKeys = Object.keys(collectionRows);
26
27
- const tableArr: RowType[] = table.result.blockIds.map(
+ const tableArr: RowType[] = table.result.reducerResults.collection_group_results.blockIds.map(
28
(id: string) => table.recordMap.block[id]
29
);
30
0 commit comments