Skip to content

show virtual ai screening phase after checkpoint submission#1741

Merged
vas3a merged 1 commit intodevelopfrom
PM-4302_ai-config-fixes
Mar 16, 2026
Merged

show virtual ai screening phase after checkpoint submission#1741
vas3a merged 1 commit intodevelopfrom
PM-4302_ai-config-fixes

Conversation

@vas3a
Copy link
Collaborator

@vas3a vas3a commented Mar 16, 2026

No description provided.

</React.Fragment>
))}
{showVirtualAiScreening && submissionIndex === -1 && (
{showVirtualAiScreening && submissionIndex === -1 && checkpointSubmissionIndex === -1 && (

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[⚠️ correctness]
The condition submissionIndex === -1 && checkpointSubmissionIndex === -1 is used to determine if neither a 'Submission' nor a 'Checkpoint Submission' phase exists. Ensure that this logic aligns with the intended behavior, as it might lead to unexpected results if either phase is missing but not both.

@vas3a vas3a merged commit 74ac44f into develop Mar 16, 2026
6 checks passed
@vas3a vas3a deleted the PM-4302_ai-config-fixes branch March 16, 2026 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant