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
ref(grouping): Use single default for config (#95096)
It used to be that we didn't upgrade grouping config unless the customer did it manually. We therefore had different default configs based on when the project was created. Since that's no longer the case, we no longer need a split default. (In fact, it's caused problems, because it's the reason we keep ending up with new projects entering the transition period.)
This therefore replaces the tiered defaults with a single one.
0 commit comments