CloudMigrations: Open feedback link in a few tab (#91014)
open feedback link in a new tab
This commit is contained in:
@@ -18,7 +18,7 @@ export default function MigrateToCloud() {
|
||||
onRemove={
|
||||
feedbackURL
|
||||
? () => {
|
||||
window.location.href = feedbackURL;
|
||||
window.open(feedbackURL, '_blank');
|
||||
}
|
||||
: undefined
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user