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…
Reference in New Issue