mirror of
https://github.com/langgenius/dify.git
synced 2026-04-25 05:06:15 +08:00
Revert "[autofix.ci] apply automated fixes"
This reverts commit 01a05289e9.
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
import type { FC } from 'react'
|
||||
import type { CodeDependency } from './types'
|
||||
|
||||
import {
|
||||
RiArrowDownSLine,
|
||||
} from '@remixicon/react'
|
||||
import { t } from 'i18next'
|
||||
import * as React from 'react'
|
||||
import { useCallback, useState } from 'react'
|
||||
@ -39,7 +41,7 @@ const DependencyPicker: FC<Props> = ({
|
||||
<PortalToFollowElemTrigger onClick={() => setOpen(!open)} className="grow cursor-pointer">
|
||||
<div className="flex h-8 items-center justify-between rounded-lg border-0 bg-gray-100 px-2.5 text-[13px] text-gray-900">
|
||||
<div className="w-0 grow truncate" title={value.name}>{value.name}</div>
|
||||
<span className="i-ri-arrow-down-sline h-3.5 w-3.5 shrink-0 text-gray-700" />
|
||||
<RiArrowDownSLine className="h-3.5 w-3.5 shrink-0 text-gray-700" />
|
||||
</div>
|
||||
</PortalToFollowElemTrigger>
|
||||
<PortalToFollowElemContent style={{
|
||||
|
||||
Reference in New Issue
Block a user