The API calls work fine but the UI (dashboard comp...
# gooddata-cn
s
The API calls work fine but the UI (dashboard component and the GoodData CN dashboard UI) fails with the following JS error:
Copy code
TypeError: Cannot read properties of undefined (reading 'displayForm')

function h(e, t, r) {
            return e.filter((function(e) {
                if ((0,
                l.isDashboardDateFilter)(e))
                    return !0;
                var a = t.get(e.attributeFilter.displayForm);
                g()(a, "internal error in dashboard component");
                var o = a.id.split(":")[1] || a.id;
                return !c()(r, o)
            }
            ))
        }