message channel change 2 (#15269)
Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
+3
@@ -21,6 +21,9 @@ export const isMatchingSelectFilter = ({
|
||||
case selectFilter.eq !== undefined: {
|
||||
return value === selectFilter.eq;
|
||||
}
|
||||
case selectFilter.neq !== undefined: {
|
||||
return value !== selectFilter.neq;
|
||||
}
|
||||
default: {
|
||||
throw new Error(
|
||||
`Unexpected value for select filter : ${JSON.stringify(selectFilter)}`,
|
||||
|
||||
Reference in New Issue
Block a user