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

This commit is contained in:
HyaCinth
2025-07-28 10:34:11 +08:00
committed by GitHub
parent 1c05491f1c
commit 0546351d3e
2 changed files with 2 additions and 1 deletions

View File

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