feat: make step in editor configurable

This commit is contained in:
Ali BARIN
2022-01-13 21:25:18 +01:00
committed by Ömer Faruk Aydın
parent 4985fb422e
commit 95a63affe7
21 changed files with 1966 additions and 5016 deletions

View File

@@ -17,7 +17,7 @@ export default function FlowRow(props: FlowRowProps): React.ReactElement {
const { flow } = props;
return (
<Link to={URLS.FLOW(flow.id)}>
<Link to={URLS.FLOW(flow.id.toString())}>
<Card sx={{ mb: 1 }}>
<CardActionArea>
<CardContent>