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
When a config with unrelated fields is loaded the app should give a warning toast that the config is has non-blocking errors.
When using QRScout we accidentally made a config that used "multiselect": true" instead of "type": "multiselect". A warning would have made debugging this faster.
The text was updated successfully, but these errors were encountered:
When a config with unrelated fields is loaded the app should give a warning toast that the config is has non-blocking errors.
When using QRScout we accidentally made a config that used
"multiselect": true"
instead of"type": "multiselect"
. A warning would have made debugging this faster.The text was updated successfully, but these errors were encountered: