We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a95a80f commit 5a91f6cCopy full SHA for 5a91f6c
1 file changed
apps/sim/app/workspace/[workspaceId]/logs/utils.ts
@@ -16,17 +16,6 @@ export const LOG_COLUMNS = {
16
duration: { width: 'w-[20%]', minWidth: 'min-w-[100px]', label: 'Duration' },
17
} as const
18
19
-export type LogColumnKey = keyof typeof LOG_COLUMNS
20
-
21
-export const LOG_COLUMN_ORDER: readonly LogColumnKey[] = [
22
- 'workflow',
23
- 'date',
24
- 'status',
25
- 'cost',
26
- 'trigger',
27
- 'duration',
28
-] as const
29
30
export const DELETED_WORKFLOW_LABEL = 'Deleted Workflow'
31
export const DELETED_WORKFLOW_COLOR = 'var(--text-tertiary)'
32
0 commit comments