feat(FlowStep): disable editing step name when flow is published
This commit is contained in:
@@ -270,7 +270,7 @@ function FlowStep(props) {
|
|||||||
variant="body2"
|
variant="body2"
|
||||||
onConfirm={handleStepNameChange}
|
onConfirm={handleStepNameChange}
|
||||||
prefixValue={`${step.position}. `}
|
prefixValue={`${step.position}. `}
|
||||||
disabledEditing={collapsed}
|
disabled={editorContext.readOnly || collapsed}
|
||||||
>
|
>
|
||||||
{step.name}
|
{step.name}
|
||||||
</EditableTypography>
|
</EditableTypography>
|
||||||
|
|||||||
Reference in New Issue
Block a user