mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-24 20:40:59 +00:00
Fix filter type popup (#2610)
Signed-off-by: Denis Maslennikov <denis.maslennikov@gmail.com>
This commit is contained in:
parent
d2179e2d6f
commit
6362957481
@ -218,7 +218,7 @@
|
||||
}
|
||||
|
||||
function getNestedProps (type: KeyFilter): any {
|
||||
const targetClass = (hierarchy.getAttribute(_class, type.key).type as RefTo<Doc>).to
|
||||
const targetClass = (hierarchy.getAttribute(type._class, type.key).type as RefTo<Doc>).to
|
||||
return {
|
||||
_class: targetClass,
|
||||
space,
|
||||
|
Loading…
Reference in New Issue
Block a user