Fixed workflow bug for launch
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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