Expose Settings in Hosted Mode (#660)

This commit is contained in:
Steve Faulkner
2021-04-13 18:13:24 -05:00
committed by GitHub
parent d90a065e63
commit d96cecdfe8
2 changed files with 8 additions and 15 deletions

View File

@@ -1014,7 +1014,7 @@ export default class Explorer {
// Facade
public provideFeedbackEmail = () => {
window.open(Constants.Urls.feedbackEmail, "_self");
window.open(Constants.Urls.feedbackEmail, "_blank");
};
public async getArcadiaToken(): Promise<string> {