Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Update src/components/tables/Processes.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tjeerddie authored Sep 20, 2023
1 parent 7c95eaf commit 3fa1d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tables/Processes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export function ProcessesTable({ initialTableSettings, renderActions }: Processe
{
Header: "Modified",
id: "lastModifiedAt",
accessor: "last_lastModifiedAt_at",
accessor: "last_modified_at",
Cell: renderTimestampCell,
disableFilters: true,
},
Expand Down

0 comments on commit 3fa1d70

Please sign in to comment.