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 using strategy = "event", it should be possible to delete the group array of tables.
Using an empty list works (groups = []), but it would be easier to simply omit it.
When using
strategy = "event", it should be possible to delete the group array of tables.Using an empty list works (
groups = []), but it would be easier to simply omit it.