mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-20 15:11:09 +00: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