Skip to content

Commit

Permalink
[frontend/backend] Chaining injects logically
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimfacion committed Sep 10, 2024
1 parent b01f86b commit fc420d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openbas-front/src/components/ChainedTimeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ const ChainedTimelineFlow: FunctionComponent<Props> = ({ injects, exerciseOrScen
};
injectContext.onUpdateInject(node.id, inject);
setCurrentUpdatedNode(node);
setDraggingOnGoing(false);
}
};

Expand Down

0 comments on commit fc420d1

Please sign in to comment.