0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 04:12:23 +01:00

fix: Typo in Cohort operators (#15413)

chaning contain to contains in cohort menu field types
This commit is contained in:
Divyam Chandel 2023-05-09 16:29:49 +05:30 committed by GitHub
parent 15044be786
commit b5812d3bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,7 +206,7 @@ export const FIELD_VALUES: Record<FieldOptionsType, FieldValues> = {
label: 'does not equal',
},
[PropertyOperator.IContains]: {
label: 'contain',
label: 'contains',
},
[PropertyOperator.NotIContains]: {
label: 'does not contain',