Skip to content

Commit

Permalink
fix: new lineage
Browse files Browse the repository at this point in the history
  • Loading branch information
AdiGajbhiye committed Oct 21, 2024
1 parent f2cdd96 commit a28d423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webview_provider/newLineagePanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ export class NewLineagePanel
.sort((a, b) => a.name.localeCompare(b.name)),
};
}
const { nodeMetaMap } = event;
const { nodeMetaMap } = event.event;
const node = nodeMetaMap.lookupByUniqueId(table);
if (!node) {
return;
Expand Down

0 comments on commit a28d423

Please sign in to comment.