feat: Add supportsConnections flag to individual steps
This commit is contained in:
@@ -74,7 +74,7 @@ const addStaticSubsteps = (stepType, appData, step) => {
|
|||||||
|
|
||||||
computedStep.substeps = [];
|
computedStep.substeps = [];
|
||||||
|
|
||||||
if (appData.supportsConnections) {
|
if (appData.supportsConnections && step.supportsConnections !== false) {
|
||||||
computedStep.substeps.push(chooseConnectionStep);
|
computedStep.substeps.push(chooseConnectionStep);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user