1
0
Fork 0
mirror of synced 2024-10-02 18:16:29 +13:00

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

View file

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