mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
chore: remove not support shortcut icon
This commit is contained in:
parent
6e750814b3
commit
9fba10036e
@ -1,7 +1,7 @@
|
|||||||
import type { NodeRendererProps } from 'react-arborist'
|
import type { NodeRendererProps } from 'react-arborist'
|
||||||
import type { FileAppearanceType } from '@/app/components/base/file-uploader/types'
|
import type { FileAppearanceType } from '@/app/components/base/file-uploader/types'
|
||||||
import type { TreeNodeData } from '@/app/components/workflow/skill/type'
|
import type { TreeNodeData } from '@/app/components/workflow/skill/type'
|
||||||
import { RiArrowDownSLine, RiArrowRightSLine, RiFolderLine, RiFolderOpenLine, RiQuestionLine } from '@remixicon/react'
|
import { RiArrowDownSLine, RiArrowRightSLine, RiFolderLine, RiFolderOpenLine } from '@remixicon/react'
|
||||||
import { useSize } from 'ahooks'
|
import { useSize } from 'ahooks'
|
||||||
import * as React from 'react'
|
import * as React from 'react'
|
||||||
import { useCallback, useMemo, useRef } from 'react'
|
import { useCallback, useMemo, useRef } from 'react'
|
||||||
@ -162,7 +162,6 @@ const FilePickerPanel = ({
|
|||||||
<span className="flex-1 text-[12px] font-medium uppercase leading-4 text-text-tertiary">
|
<span className="flex-1 text-[12px] font-medium uppercase leading-4 text-text-tertiary">
|
||||||
{t('skillEditor.referenceFiles')}
|
{t('skillEditor.referenceFiles')}
|
||||||
</span>
|
</span>
|
||||||
<RiQuestionLine className="size-4 text-text-tertiary" aria-hidden="true" />
|
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<div
|
<div
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user