fix: added is operator in Number type fieldtype
This commit is contained in:
parent
6ffb2e8b37
commit
7c88a282b3
@ -221,6 +221,7 @@ function getOperators(fieldtype, fieldname) {
|
||||
{ label: '>=', value: '>=' },
|
||||
{ label: 'Equals', value: 'equals' },
|
||||
{ label: 'Not Equals', value: 'not equals' },
|
||||
{ label: 'Is', value: 'is' },
|
||||
]
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user