feat: make step in editor configurable
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
4985fb422e
commit
95a63affe7
@@ -38,9 +38,9 @@ export default function EditorLayout(): React.ReactElement {
|
||||
<Box pr={1}>
|
||||
<FormControlLabel
|
||||
control={
|
||||
<Switch checked={false} />
|
||||
<Switch checked={flow?.active} />
|
||||
}
|
||||
label={formatMessage('flow.inactive')}
|
||||
label={flow?.active ? formatMessage('flow.active') : formatMessage('flow.inactive')}
|
||||
labelPlacement="start"
|
||||
/>
|
||||
</Box>
|
||||
|
Reference in New Issue
Block a user