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

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:11:32 -06:00 committed by GitHub
parent 71cab61b2e
commit ae18bf11f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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