mirror of https://github.com/langgenius/dify.git
This commit is contained in:
parent
1c05491f1c
commit
0546351d3e
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@ const Blocks = ({
|
|||
key={block.type}
|
||||
position='right'
|
||||
popupClassName='w-[200px]'
|
||||
needsDelay={false}
|
||||
popupContent={(
|
||||
<div>
|
||||
<BlockIcon
|
||||
|
|
|
|||
Loading…
Reference in New Issue