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
Whenever the Edit button is pressed it leaves this warning message in the console, this is an issue since it prevents the app logs to get automatically deleted (because there is always a warning).
Warning in grepl("selectize", inputTypes) && !is.null(selectize.options) :
'length(x) = 2 > 1' in coercion to 'logical(1)'
The text was updated successfully, but these errors were encountered:
I have tested the fix, the warning message is gone. I don't know if you are planning to close this issue when merging develop into main so I'm going to leave it open so you can close it when you prefer.
Whenever the Edit button is pressed it leaves this warning message in the console, this is an issue since it prevents the app logs to get automatically deleted (because there is always a warning).
The text was updated successfully, but these errors were encountered: