mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-26 23:34:47 +08:00
feat: make title as optional
This commit is contained in:
@@ -14,7 +14,7 @@ export function Tooltip({
|
|||||||
}: {
|
}: {
|
||||||
className?: string;
|
className?: string;
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
title: React.ReactNode;
|
title?: React.ReactNode;
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<ShadcnTooltip>
|
<ShadcnTooltip>
|
||||||
|
|||||||
Reference in New Issue
Block a user