Skip to content

Commit

Permalink
fix: dataflows should no longer break when clicked after initially be…
Browse files Browse the repository at this point in the history
…ing added
  • Loading branch information
Tethik committed Jul 23, 2024
1 parent 7b9c2d7 commit 0ac54d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/components/model/board/Board.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ export default function Board() {
if (
editDataFlow &&
!readOnly &&
component &&
component?.type !== COMPONENT_TYPE.TRUST_BOUNDARY
) {
onMagnetClick(id)();
Expand Down

0 comments on commit 0ac54d3

Please sign in to comment.