This commit is contained in:
parent
0910f52a9d
commit
9db83ed646
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export const getDefaultOperatorByType = (type: TAVCol) => {
|
|||
if (["checkbox"].includes(type)) {
|
||||
return "Is false";
|
||||
}
|
||||
if (["relation", "rollup", "text", "mSelect", "url", "block", "email", "phone", "template"].includes(type)) {
|
||||
if (["rollup", "relation", "rollup", "text", "mSelect", "url", "block", "email", "phone", "template"].includes(type)) {
|
||||
return "Contains";
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue