mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 05:56:31 +08:00
fix(ui-tooltip): prevent popup className override
This commit is contained in:
parent
4b3dceeda1
commit
f5e32e533b
@ -16,7 +16,7 @@ export type TooltipContentProps = {
|
||||
className?: string
|
||||
popupClassName?: string
|
||||
variant?: TooltipContentVariant
|
||||
} & Omit<React.ComponentPropsWithoutRef<typeof BaseTooltip.Popup>, 'children'>
|
||||
} & Omit<React.ComponentPropsWithoutRef<typeof BaseTooltip.Popup>, 'children' | 'className'>
|
||||
|
||||
export function TooltipContent({
|
||||
children,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user