mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:26:57 +00:00
fix: handle is nested filter ref is undefined
This commit is contained in:
@@ -360,7 +360,7 @@ const applyChanges = async (hookOrColId?: string, nested = false, isConditionSup
|
||||
if (!localNestedFilters.value?.length) return
|
||||
|
||||
for (const nestedFilter of localNestedFilters.value) {
|
||||
if (nestedFilter.parentId) {
|
||||
if (nestedFilter?.parentId) {
|
||||
await nestedFilter.applyChanges(hookOrColId, true, undefined)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user