This commit is contained in:
parent
55498bac7e
commit
574e388cb8
1 changed files with 1 additions and 1 deletions
|
@ -650,7 +650,7 @@ export const showColMenu = (protyle: IProtyle, blockElement: Element, cellElemen
|
|||
const avData = response.data as IAV;
|
||||
let filter: IAVFilter;
|
||||
avData.view.filters.find((item) => {
|
||||
if (item.column === colId) {
|
||||
if (item.column === colId && item.value.type === type) {
|
||||
filter = item;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue