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