Skip to content

Commit ef2c973

Browse files
committed
Uses nodeType in step creation
Simplifies parameter usage and clarifies step creation logic
1 parent c7db6dc commit ef2c973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/src/components/StepDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const StepDialog: React.FC<StepDialogProps> = ({ open, onClose, onAdd, pa
8181
return;
8282
}
8383
const step: Step = createStep({
84-
parentActivityType,
84+
nodeType,
8585
id,
8686
introHeader: header,
8787
introDescription: description,

0 commit comments

Comments
 (0)