This commit is contained in:
Daniel 2023-12-05 21:32:41 +08:00
parent 961bc52d80
commit 7ee283924d
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -566,7 +566,7 @@ func (value *Value) CompareOperator(other *Value, operator FilterOperator) bool
return !value.Checkbox.Checked
}
}
return true
return false
}
// Table 描述了表格实例的结构。