From 99be493475170dcfd18a77c041c93941a82367e8 Mon Sep 17 00:00:00 2001 From: Srinaath Ravichandran Date: Fri, 31 Jan 2020 13:11:41 -0800 Subject: [PATCH] Made linkbutton of type button (#2073) * Made linbutton of type button --- CHANGELOG.md | 2 ++ .../app/client/src/ui/dialogs/openBotDialog/openBotDialog.tsx | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d6e33e27..d25ad5a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [client] Fixed an issue where the themes menu was empty on Windows & Linux in PR [2069](https://github.com/microsoft/BotFramework-Emulator/pull/2069) - [client] Fixed Web Chat suggestedActionBorder deprecation warning in PR [2070](https://github.com/microsoft/BotFramework-Emulator/pull/2070) +- [client] Fixed an issue where pressing enter opens the Azure government website instead of connecting to the bot [2073](https://github.com/microsoft/BotFramework-Emulator/pull/2073) + ## Removed - [client/main] Removed legacy payments code in PR [2058](https://github.com/microsoft/BotFramework-Emulator/pull/2058) diff --git a/packages/app/client/src/ui/dialogs/openBotDialog/openBotDialog.tsx b/packages/app/client/src/ui/dialogs/openBotDialog/openBotDialog.tsx index b8bea9a1d..dd151b727 100644 --- a/packages/app/client/src/ui/dialogs/openBotDialog/openBotDialog.tsx +++ b/packages/app/client/src/ui/dialogs/openBotDialog/openBotDialog.tsx @@ -181,6 +181,7 @@ export class OpenBotDialog extends Component  Learn more.