Skip to content

Commit

Permalink
fix(ui): Remove useless double click row action
Browse files Browse the repository at this point in the history
close #7000
  • Loading branch information
Skraye committed Jan 31, 2025
1 parent 631a016 commit e527f01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/components/executions/MetricsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
:default-sort="{prop: 'name', order: 'ascending'}"
table-layout="auto"
fixed
@row-dblclick="onRowDoubleClick"
@sort-change="onSort"
>
<el-table-column v-if="showTask" prop="taskId" sortable :label="$t('task')">
Expand Down

0 comments on commit e527f01

Please sign in to comment.