Vanessa 2023-12-30 22:29:06 +08:00
parent 0910f52a9d
commit 9db83ed646

View file

@ -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";
}
};