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
fix: copySettings func not calling expected base func (#768)
## Describe your change
The `copySettings` method was calling base method `copyIndex` instead of `copySettings`, leading to unexpected behavior: all scopes being copied instead of only the settings.
0 commit comments