Bläddra i källkod

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

tags/1.7.1
HyaCinth 3 månader sedan
förälder
incheckning
0546351d3e
Inget konto är kopplat till bidragsgivarens mejladress

+ 1
- 1
web/app/components/explore/create-app-modal/index.tsx Visa fil

@@ -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 Visa fil

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

Laddar…
Avbryt
Spara