You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A previous PR modified the conditions config to make the value
field nullable. But the frontend is sometimes sending an empty
string in case of null. This PR performs both the checks and rejects
the request in case the operator is is null or is not null and the value
is something other than null or an empty string.
Co-authored-by: Nikhil Sinha <[email protected]>
0 commit comments