From 6362957481a1098cf5c0242102e8e513d92c7e12 Mon Sep 17 00:00:00 2001 From: Denis Maslennikov <41147528+disant1@users.noreply.github.com> Date: Thu, 9 Feb 2023 12:23:07 +0700 Subject: [PATCH] Fix filter type popup (#2610) Signed-off-by: Denis Maslennikov --- .../view-resources/src/components/filter/FilterTypePopup.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/view-resources/src/components/filter/FilterTypePopup.svelte b/plugins/view-resources/src/components/filter/FilterTypePopup.svelte index f1a70d3673..9f77f06f50 100644 --- a/plugins/view-resources/src/components/filter/FilterTypePopup.svelte +++ b/plugins/view-resources/src/components/filter/FilterTypePopup.svelte @@ -218,7 +218,7 @@ } function getNestedProps (type: KeyFilter): any { - const targetClass = (hierarchy.getAttribute(_class, type.key).type as RefTo).to + const targetClass = (hierarchy.getAttribute(type._class, type.key).type as RefTo).to return { _class: targetClass, space,