Skip to content

Commit

Permalink
Fix the datum does not have available id.
Browse files Browse the repository at this point in the history
  • Loading branch information
isthaison committed Nov 22, 2024
1 parent 7586158 commit db2a84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/indented-tree/indented-tree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ const IndentedTree = ({ data, show, style = {} }: IProps) => {

graphRef.current = graph;

// assignIds(data);
assignIds(data);

graph?.setData(treeToGraphData(data));

Expand Down

0 comments on commit db2a84d

Please sign in to comment.