Skip to content

Commit

Permalink
fix: duplicate incident workflow table keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiryous committed Oct 1, 2024
1 parent b7e2bd0 commit 92737ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep-ui/app/incidents/[id]/incident-workflow-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default function IncidentWorkflowTable({ incident }: Props) {
},
}),
columnHelper.display({
id: "triggered_by",
id: "triggered_by_details",
header: "Trigger Details",
cell: ({ row }) => {
const triggered_by = row.original.triggered_by;
Expand Down

0 comments on commit 92737ad

Please sign in to comment.