mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-24 17:30:03 +00:00
TSK-937: Fix tooltip for employee (#2822)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
parent
993b620fe2
commit
9bba08f8c1
@ -50,7 +50,7 @@
|
|||||||
? tooltipLabels.personLabel
|
? tooltipLabels.personLabel
|
||||||
: getEmbeddedLabel(getName(value))
|
: getEmbeddedLabel(getName(value))
|
||||||
: undefined
|
: undefined
|
||||||
const props = tooltipLabels.props ? tooltipLabels.props : undefined
|
const props = tooltipLabels.props ? tooltipLabels.props : value ? { value: getName(value) } : undefined
|
||||||
return {
|
return {
|
||||||
component,
|
component,
|
||||||
label,
|
label,
|
||||||
|
Loading…
Reference in New Issue
Block a user