This commit is contained in:
parent
df47c8399c
commit
3b7d6b0cf1
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ ${(item.getAttribute("data-block-id") || item.dataset.dtype === "block") ? ' dat
|
|||
return;
|
||||
}
|
||||
const filterType = headerElement.getAttribute("data-dtype");
|
||||
if (filterType !== item.value.type) {
|
||||
if (item.value && filterType !== item.value.type) {
|
||||
return;
|
||||
}
|
||||
if (["relation", "rollup", "template"].includes(filterType)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue