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
There are a couple of errors in the code example that resulted in it not working. (field_options needs to be expanded apparently, and the blocks are evaluated in the instance context, not passing in a `self`). This resolves the issue.
0 commit comments