We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee1a43 commit 86f44b5Copy full SHA for 86f44b5
types/xrm/xrm-tests.ts
@@ -783,5 +783,5 @@ function getStepsFromActiveStage(formContext: Xrm.FormContext) {
783
const process = formContext.data.process;
784
785
// $ExpectType ItemCollection<Step>
786
- const steps = process.getActiveStage().getSteps();
787
-}
+ const steps = process.getActiveStage().getSteps();
+}
0 commit comments