mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -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
71cab61b2e
commit
ae18bf11f1
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