Skip to content

Commit

Permalink
fix(ui): prevent trigger logs from collapsing on auto refresh (#4565)
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic authored Aug 5, 2024
1 parent fc81308 commit 49480ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/flows/FlowTriggers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
stripe
table-layout="auto"
@row-dblclick="triggerId = $event.id; isOpen = true"
expandable
default-expand-all
>
<el-table-column type="expand">
<template #default="props">
Expand Down

0 comments on commit 49480ff

Please sign in to comment.