mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 19:58:09 +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
|
||||
: getEmbeddedLabel(getName(value))
|
||||
: undefined
|
||||
const props = tooltipLabels.props ? tooltipLabels.props : undefined
|
||||
const props = tooltipLabels.props ? tooltipLabels.props : value ? { value: getName(value) } : undefined
|
||||
return {
|
||||
component,
|
||||
label,
|
||||
|
Loading…
Reference in New Issue
Block a user