Fixed workflow bug for launch

This commit is contained in:
frikky
2021-10-15 17:12:23 +02:00
parent 106ffa3174
commit b73df06667
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@ COPY ./src /usr/src/app/src/
COPY ./*.sh /usr/src/app/
COPY ./*.json /usr/src/app/
RUN rm -rf /usr/src/app/node_modules/webpack
RUN yarn build
# Production environment
+1 -1
View File
@@ -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>