Преглед на файлове

refactor(web): Optimize the interaction effect of ToolTip component in menu items (#23020) (#23023)

tags/1.7.1
HyaCinth преди 3 месеца
родител
ревизия
0546351d3e
No account linked to committer's email address
променени са 2 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 1
    1
      web/app/components/explore/create-app-modal/index.tsx
  2. 1
    0
      web/app/components/workflow/block-selector/blocks.tsx

+ 1
- 1
web/app/components/explore/create-app-modal/index.tsx Целия файл

@@ -27,7 +27,7 @@ export type CreateAppModalProps = {
appIconUrl?: string | null
appMode?: string
appUseIconAsAnswerIcon?: boolean
max_active_requests: number | null
max_active_requests?: number | null
onConfirm: (info: {
name: string
icon_type: AppIconType

+ 1
- 0
web/app/components/workflow/block-selector/blocks.tsx Целия файл

@@ -70,6 +70,7 @@ const Blocks = ({
key={block.type}
position='right'
popupClassName='w-[200px]'
needsDelay={false}
popupContent={(
<div>
<BlockIcon

Loading…
Отказ
Запис