Skip to content

Commit

Permalink
fix(ui): invalid link on taskrun list
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed May 3, 2023
1 parent 3abb479 commit 93af47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/taskruns/TaskRuns.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

<el-table-column column-key="action" class-name="row-action">
<template #default="scope">
<router-link :to="{name: 'executions/update', params: {namespace: scope.row.namespace, flowId: scope.row.flowId, id: scope.row.id}}">
<router-link :to="{name: 'executions/update', params: {namespace: scope.row.namespace, flowId: scope.row.flowId, id: scope.row.executionId}}">
<kicon :tooltip="$t('details')" placement="left">
<eye />
</kicon>
Expand Down

0 comments on commit 93af47f

Please sign in to comment.