Fixed workflow bug for launch
This commit is contained in:
@@ -1604,7 +1604,7 @@ const Workflows = (props) => {
|
||||
|
||||
return (
|
||||
<Grid item>
|
||||
<Link to={`/workflows/{data.id}`} style={{textDecoration: "none", color: "inherit",}}>
|
||||
<Link to={"/workflows/"+data.id} style={{textDecoration: "none", color: "inherit",}}>
|
||||
<Typography>
|
||||
{data.name}
|
||||
</Typography>
|
||||
|
||||
Reference in New Issue
Block a user