Fix: Render 404 step screenshots as "Image not available". (#142320) (#142582)

By default, mark `allStepsLoading = true` where steps loading isn't important.

(cherry picked from commit a43f235c28)

Co-authored-by: Abdul Wahab Zahid <awahab07@yahoo.com>
This commit is contained in:
Kibana Machine 2022-10-04 06:15:12 -06:00 committed by GitHub
parent 793177039b
commit a23f890cb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ export const PingTimestamp = ({
label,
checkGroup,
stepStatus,
allStepsLoaded,
allStepsLoaded = true,
initialStepNo = 1,
}: Props) => {
const [stepNumber, setStepNumber] = useState(initialStepNo);