mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
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:
parent
793177039b
commit
a23f890cb2
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,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