From 52662c50e96fa87728592e9de09b484ec94b2c7d Mon Sep 17 00:00:00 2001 From: Florian Renaut Date: Thu, 10 Oct 2024 16:32:42 +0200 Subject: [PATCH] fix(pci-workflow): disable sort execution by time ref: DTCORE-2745 Signed-off-by: Florian Renaut --- .../src/pages/executions/useExecutionDatagridColumns.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/manager/apps/pci-workflow/src/pages/executions/useExecutionDatagridColumns.tsx b/packages/manager/apps/pci-workflow/src/pages/executions/useExecutionDatagridColumns.tsx index 119fa723fa4a..3bee9269a855 100644 --- a/packages/manager/apps/pci-workflow/src/pages/executions/useExecutionDatagridColumns.tsx +++ b/packages/manager/apps/pci-workflow/src/pages/executions/useExecutionDatagridColumns.tsx @@ -20,6 +20,7 @@ export const useExecutionDatagridColumns = () => { {props.executedAtTime} ), label: tExecution('pci_workflow_executions_ececution_time'), + isSortable: false, }, { id: 'state',