mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -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,
|
label,
|
||||||
checkGroup,
|
checkGroup,
|
||||||
stepStatus,
|
stepStatus,
|
||||||
allStepsLoaded,
|
allStepsLoaded = true,
|
||||||
initialStepNo = 1,
|
initialStepNo = 1,
|
||||||
}: Props) => {
|
}: Props) => {
|
||||||
const [stepNumber, setStepNumber] = useState(initialStepNo);
|
const [stepNumber, setStepNumber] = useState(initialStepNo);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue