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