We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e9aa46 commit dfb54feCopy full SHA for dfb54fe
packages/frontend/src/components/FlowStep/index.tsx
@@ -198,7 +198,7 @@ export default function FlowStep(
198
[deleteStep, step.id],
199
)
200
201
- const isEditable = actionsOrTriggers.length > 1
+ const isEditable = !readOnly && actionsOrTriggers.length > 1
202
const onEditEvent = useCallback<MouseEventHandler>(
203
(e) => {
204
e.stopPropagation()
0 commit comments