Skip to content

Commit

Permalink
fix(pci-workflow): disable sort execution by time
Browse files Browse the repository at this point in the history
ref: DTCORE-2745
Signed-off-by: Florian Renaut <[email protected]>
  • Loading branch information
frenautvh committed Oct 11, 2024
1 parent 58884e0 commit 9b86789
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const useExecutionDatagridColumns = () => {
<DataGridTextCell>{props.executedAtTime}</DataGridTextCell>
),
label: tExecution('pci_workflow_executions_ececution_time'),
isSortable: false,
},
{
id: 'state',
Expand Down

0 comments on commit 9b86789

Please sign in to comment.