Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/slicing pipeline add notification #2003

Merged
merged 10 commits into from
Aug 16, 2024
Prev Previous commit
Next Next commit
changes based on review
Signed-off-by: Sajid Alam <sajid_alam@mckinsey.com>
SajidAlamQB committed Aug 14, 2024
commit 6324e1d9bbde559b2c42111b720b9891e93108f0
3 changes: 1 addition & 2 deletions src/components/flowchart/flowchart.js
Original file line number Diff line number Diff line change
@@ -140,8 +140,7 @@ export class FlowChart extends Component {
if (!this.props.clickedNode && prevProps.clickedNode) {
if (!this.props.slicedPipeline.length) {
// Ensure this only runs when not in a slicing operation
this.updateSlicedPipelineState(null, null, []);
this.setState({ showSlicingNotification: false }); // Hide notification when clicking away
this.setState({ showSlicingNotification: false });
}
}
}