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

By default, mark `allStepsLoading = true` where steps loading isn't important.
This commit is contained in:
Abdul Wahab Zahid 2022-10-04 12:58:35 +02:00 committed by GitHub
parent b8c17b0227
commit a43f235c28
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);