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
Importing configuration from Global scope to Local scope failed with "Configuration scope has changed since preview" error
Cause: comparing preview.sourceTarget (original export scope) with current import target scope, which always mismatched for cross-scope imports
Solution: added targetScope field to ImportPreviewData to store the intended import scope at preview time and compare against it during confirmation
0 commit comments