Skip to content

Commit 5a15504

Browse files
Lint code
1 parent 3662650 commit 5a15504

3 files changed

Lines changed: 1 addition & 13 deletions

File tree

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/checkbox-list/checkbox-list.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ interface CheckboxListOption {
1111

1212
interface CheckboxListProps {
1313
blockId: string
14-
subBlockId: string
15-
title: string
1614
options: CheckboxListOption[]
1715
isPreview?: boolean
1816
subBlockValues?: Record<string, any>

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/slack-setup-wizard/slack-setup-wizard.tsx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@
33
import { type ReactNode, useCallback, useMemo, useState } from 'react'
44
import { Check, ChevronRight, Clipboard, Info } from 'lucide-react'
55
import { useShallow } from 'zustand/react/shallow'
6-
import {
7-
Checkbox,
8-
Input,
9-
Label,
10-
SecretInput,
11-
toast,
12-
Tooltip,
13-
Wizard,
14-
} from '@/components/emcn'
6+
import { Checkbox, Input, Label, SecretInput, Tooltip, toast, Wizard } from '@/components/emcn'
157
import { cn } from '@/lib/core/utils/cn'
168
import { useSubBlockValue } from '@/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/hooks/use-sub-block-value'
179
import { useWebhookManagement } from '@/hooks/use-webhook-management'

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/sub-block.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -816,8 +816,6 @@ function SubBlockComponent({
816816
return (
817817
<CheckboxList
818818
blockId={blockId}
819-
subBlockId={config.id}
820-
title={config.title ?? ''}
821819
options={
822820
config.options as {
823821
label: string

0 commit comments

Comments
 (0)