This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(stepsService): Pass step's UUID to the getStepNested method
Currently, we're passing a whole step into the getStepNested method instead of a string. This is caused because of how the IVizStepNode interface it's defined, turning the whole Step typing into any. Relates to: #1725 Relates to: #1232
- Loading branch information