Skip to content

Commit

Permalink
V3 develop (#507)
Browse files Browse the repository at this point in the history
stop warning controls on valid controls (#506)

Co-authored-by: Renaud Genevois <[email protected]>
  • Loading branch information
jdirand and renaud23 authored Dec 11, 2023
1 parent 4657c94 commit e870c37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/orchestrator/Controls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export function Controls(props: PropsWithChildren<OrchestratedElement>) {
if (errors.currentErrors && !errors.isCritical) {
setWarning(true);
} else if (!errors.currentErrors) {
setWarning(false);
goNextPage();
}
} else {
Expand Down

0 comments on commit e870c37

Please sign in to comment.