Skip to content

Commit

Permalink
Merge pull request #2220 from MahtabBukhari/add-edge-sidebar-already-…
Browse files Browse the repository at this point in the history
…open-source-and-destination

When the Add Edge sidebar already open and then if we select a particular edge name then the source and destination are not auto selected
  • Loading branch information
Rassl authored Oct 17, 2024
2 parents e85806f + b5941f6 commit eda19f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ export const Body = ({ Close }: BodyProps) => {
<EditorWrapper>
<InnerEditorWrapper>
<AddEdgeNode
key={edgeData.refId}
edgeData={edgeData}
setGraphLoading={setGraphLoading}
setIsAddEdgeNode={setIsAddEdgeNode}
Expand Down

0 comments on commit eda19f3

Please sign in to comment.