fix: only pass filter string from view to popup
This commit is contained in:
parent
3c13d3b635
commit
85823b3e97
|
|
@ -87,7 +87,7 @@ const filterFromView = computed(() => {
|
|||
return
|
||||
}
|
||||
const view = project.views.find(v => v.id === props.viewId)
|
||||
return view?.filter
|
||||
return view?.filter?.filter
|
||||
})
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue