diff --git a/public/app/features/migrate-to-cloud/MigrateToCloud.tsx b/public/app/features/migrate-to-cloud/MigrateToCloud.tsx index ffd80d48f2f..24da6cc33d9 100644 --- a/public/app/features/migrate-to-cloud/MigrateToCloud.tsx +++ b/public/app/features/migrate-to-cloud/MigrateToCloud.tsx @@ -18,7 +18,7 @@ export default function MigrateToCloud() { onRemove={ feedbackURL ? () => { - window.location.href = feedbackURL; + window.open(feedbackURL, '_blank'); } : undefined }