Getting error on grid filters

I found a bug for the filters "Is empty" and "Is not empty."

The component is generating this:
np(field) == ''

When must be:
np(field) ==""

Thank you

Thanks for the report @albertocu! Fix will be part of our next update before the end of the week!