feat: show flows when going back on flow editor

This commit is contained in:
Ali BARIN
2022-03-12 10:58:55 +01:00
committed by Ömer Faruk Aydın
parent a57e357354
commit af027b7e20

View File

@@ -50,7 +50,7 @@ export default function EditorLayout(): React.ReactElement {
<IconButton <IconButton
size="small" size="small"
component={Link} component={Link}
to={URLS.APPS} to={URLS.FLOWS}
> >
<ArrowBackIosNewIcon fontSize="small" /> <ArrowBackIosNewIcon fontSize="small" />
</IconButton> </IconButton>