Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fixing lints
Browse files Browse the repository at this point in the history
  • Loading branch information
pellicceama committed Oct 17, 2024
1 parent 84e7cfb commit 3719bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions packages/engine-frontend/components/ResourceDropdownMenu.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
'use client'

import {Link2, RefreshCw, Trash2, RefreshCcw, MoreHorizontal} from 'lucide-react'
import {Link2, RefreshCw, Trash2, MoreHorizontal} from 'lucide-react'
import React from 'react'
import type {RouterOutput} from '@openint/engine-backend'
import type {UIProps} from '@openint/ui'
import {
Button,
DropdownMenu,
DropdownMenuContent,
DropdownMenuGroup,
Expand Down
1 change: 1 addition & 0 deletions packages/engine-frontend/hocs/WithConnectConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export function WithConnectConfig({
connector: listConnectorsRes.data[ccfg.connectorName]!,
}))


const verticals = Object.values(VERTICAL_BY_KEY)
.map((category) => {
const categoryCcfgs = ccfgs.filter(
Expand Down

0 comments on commit 3719bed

Please sign in to comment.