Skip to content

Commit

Permalink
fix: re-enable event propagation for workflow edit icon on the workfl…
Browse files Browse the repository at this point in the history
…ows page (#999)

Signed-off-by: Ryan Hopper-Lowe <ryan@acorn.io>
  • Loading branch information
ryanhopperlowe authored Dec 20, 2024
1 parent c744850 commit 74e78cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ui/admin/app/routes/_auth.workflows._index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ export default function Workflows() {
columns={getColumns()}
data={getWorkflows.data || []}
sort={[{ id: "created", desc: true }]}
disableClickPropagation={(cell) =>
cell.id.includes("action")
}
onRowClick={navigateToWorkflow}
/>
</div>
Expand Down

0 comments on commit 74e78cb

Please sign in to comment.