Skip to content

Commit

Permalink
add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yezizp2012 committed Apr 10, 2024
1 parent ece111a commit 428eacb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/pages/dependency_graph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ function buildDependencyAsEdges(

export default function StreamingGraph() {
const { response: relationList } = useFetch(getRelations)
// Since dependentRelations will be deprecated, we need to use getRelationDependencies here to separately obtain the dependency relationship.
const { response: relationDeps } = useFetch(getRelationDependencies)
const [selectedId, setSelectedId] = useQueryState("id", parseAsInteger)

Expand Down

0 comments on commit 428eacb

Please sign in to comment.