Do not sanitize on operator change

This commit is contained in:
Adria Navarro 2023-10-03 18:36:58 +02:00
parent 5eacc9d93e
commit e7b47d08bb
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@
const onOperatorChange = filter => {
sanitizeOperator(filter)
sanitizeValue(filter)
sanitizeValue(filter, filter.type)
}
const onValueTypeChange = filter => {