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
The logic around enabling Auto Mode is based on the value never being
null, so use `nullable = false` in the variable definition so that a
null value will be interpreted as nn empty map (the default value).
Fixes#3307
0 commit comments