This commit is contained in:
Marta Kowalska
2025-10-23 09:24:31 +00:00
parent 80ca059fb8
commit 41cf34bb8f
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ function Tooltip(props) {
style={{ top: `${pos.top}px`, left: `${pos.left}px` }}
>
{Content ? (
<Content data={getTaskObj(tooltipData)} />
<Content data={tooltipData} />
) : pos.text ? (
<div className="wx-KG0Lwsqo wx-gantt-tooltip-text">{pos.text}</div>
) : null}