mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
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:
parent
b8c17b0227
commit
a43f235c28
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export const PingTimestamp = ({
|
|||
label,
|
||||
checkGroup,
|
||||
stepStatus,
|
||||
allStepsLoaded,
|
||||
allStepsLoaded = true,
|
||||
initialStepNo = 1,
|
||||
}: Props) => {
|
||||
const [stepNumber, setStepNumber] = useState(initialStepNo);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue