This commit is contained in:
parent
36ebf823c0
commit
dcdd844fe9
1 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,8 @@ export const setFilter = async (options: {
|
|||
hasEndDate: newFilter.operator === "Is between",
|
||||
isNotTime: true,
|
||||
});
|
||||
newFilter.relativeDate = null;
|
||||
newFilter.relativeDate2 = null;
|
||||
}
|
||||
} else {
|
||||
newValue = genCellValue(filterValue.type, textElements[0].value);
|
||||
|
|
Loading…
Add table
Reference in a new issue