CloudMigrations: Open feedback link in a few tab (#91014)

open feedback link in a new tab
This commit is contained in:
Michael Mandrus
2024-07-26 11:26:07 +01:00
committed by GitHub
parent f5b4fc58e3
commit 8627385132
@@ -18,7 +18,7 @@ export default function MigrateToCloud() {
onRemove={
feedbackURL
? () => {
window.location.href = feedbackURL;
window.open(feedbackURL, '_blank');
}
: undefined
}