mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-08-17 05:15:59 +08:00
feat: make title as optional
This commit is contained in:
parent
8008d50c0c
commit
a256d3142e
@ -14,7 +14,7 @@ export function Tooltip({
|
||||
}: {
|
||||
className?: string;
|
||||
children: React.ReactNode;
|
||||
title: React.ReactNode;
|
||||
title?: React.ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<ShadcnTooltip>
|
||||
|
Loading…
x
Reference in New Issue
Block a user