Skip to content

Commit 1de088d

Browse files
committed
Fix broken link
1 parent 02b3296 commit 1de088d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/WorkflowsTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export default {
174174
},
175175
methods: {
176176
viewWorkflow (workflow) {
177-
this.$router.push({ path: `/workflows/${workflow.tokens.workflow}` })
177+
this.$router.push({ path: `/workspace/${workflow.tokens.workflow}` })
178178
}
179179
}
180180
}

0 commit comments

Comments
 (0)