Skip to content

Commit f98a1cd

Browse files
chore(tables): use absolute import for HeaderLabel
1 parent 054a8e9 commit f98a1cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/sim/app/workspace/[workspaceId]/tables/[tableId]/components/table-grid/headers/column-header-menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ import React, { useCallback, useEffect, useRef, useState } from 'react'
44
import { cn } from '@sim/emcn'
55
import { ChevronDown } from '@sim/emcn/icons'
66
import type { WorkflowGroup } from '@/lib/table'
7+
import { HeaderLabel } from '@/app/workspace/[workspaceId]/tables/[tableId]/components/table-grid/headers/header-label'
78
import type { WorkflowMetadata } from '@/stores/workflows/registry/types'
89
import { COL_WIDTH, SELECTION_TINT_BG } from '../constants'
910
import type { ColumnSourceInfo, DisplayColumn } from '../types'
1011
import { ColumnTypeIcon } from './column-type-icon'
11-
import { HeaderLabel } from './header-label'
1212
import { ColumnOptionsMenu } from './workflow-group-meta-cell'
1313

1414
interface ColumnHeaderMenuProps {

apps/sim/app/workspace/[workspaceId]/tables/[tableId]/components/table-grid/headers/workflow-group-meta-cell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ import {
2727
} from '@sim/emcn/icons'
2828
import type { RunLimit, RunMode } from '@/lib/api/contracts/tables'
2929
import type { WorkflowGroupType } from '@/lib/table'
30+
import { HeaderLabel } from '@/app/workspace/[workspaceId]/tables/[tableId]/components/table-grid/headers/header-label'
3031
import { getEnrichment } from '@/enrichments/registry'
3132
import type { WorkflowMetadata } from '@/stores/workflows/registry/types'
3233
import { SELECTION_TINT_BG } from '../constants'
3334
import type { DisplayColumn } from '../types'
34-
import { HeaderLabel } from './header-label'
3535

3636
/** Fixed row-cap presets for the "Run N empty rows" shortcuts. Shared by the
3737
* group-header options menu and the inline quick-run dropdown so the two

0 commit comments

Comments
 (0)