瀏覽代碼

Fixes #21351 (#21354)

tags/1.5.0
15 4 月之前
父節點
當前提交
3537088135
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      web/app/components/workflow/block-selector/tool/tool.tsx

+ 2
- 2
web/app/components/workflow/block-selector/tool/tool.tsx 查看文件

@@ -10,7 +10,7 @@ import type { ToolWithProvider } from '../../types'
import { BlockEnum } from '../../types'
import type { ToolDefaultValue, ToolValue } from '../types'
import { ViewType } from '../view-type-select'
import ActonItem from './action-item'
import ActionItem from './action-item'
import BlockIcon from '../../block-icon'
import { useTranslation } from 'react-i18next'

@@ -118,7 +118,7 @@ const Tool: FC<Props> = ({

{hasAction && !isFold && (
actions.map(action => (
<ActonItem
<ActionItem
key={action.name}
provider={payload}
payload={action}

Loading…
取消
儲存