Skip to content

Commit

Permalink
Add comment explaining that fixed means 0 critical issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Sep 8, 2021
1 parent 5b4f0d5 commit 6e3bbea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ interface StepProps extends OverviewStepProps {
}

const FixIssuesStep: FunctionComponent<Props> = ({ setIsComplete }) => {
// We consider ES and Kibana issues to be fixed when there are 0 critical issues.
const [isEsFixed, setIsEsFixed] = useState(false);
const [isKibanaFixed, setIsKibanaFixed] = useState(false);

Expand Down

0 comments on commit 6e3bbea

Please sign in to comment.