Skip to content

Commit ba0e0c6

Browse files
committed
[BLD-338] Dashboard: Fix NFTs table owner row not showing data
1 parent 1f7cda6 commit ba0e0c6

File tree

1 file changed

+1
-0
lines changed
  • apps/dashboard/src/app/(app)/(dashboard)/(chain)/[chain_id]/[contractAddress]/nfts/components

1 file changed

+1
-0
lines changed

apps/dashboard/src/app/(app)/(dashboard)/(chain)/[chain_id]/[contractAddress]/nfts/components/table.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export function NFTGetAllTable({
5858
includeOwners: true,
5959
start: currentPage * pageSize,
6060
tokenByIndex,
61+
useIndexer: false, // TEMPORARY, TODO: Remove when this is fixed in insight
6162
},
6263
);
6364

0 commit comments

Comments
 (0)