From bfa727d0117e83a82f20d79ee5a0b0b7e6604183 Mon Sep 17 00:00:00 2001 From: Srinaath Ravichandran Date: Thu, 30 Jan 2020 18:55:01 -0800 Subject: [PATCH 1/2] Made linbutton of type button Signed-off-by: Srinaath Ravichandran --- .../app/client/src/ui/dialogs/openBotDialog/openBotDialog.tsx | 1 + 1 file changed, 1 insertion(+) 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. From 06b6daf0f66179bf11e28d08da7ededb9a010ee6 Mon Sep 17 00:00:00 2001 From: Srinaath Ravichandran Date: Fri, 31 Jan 2020 10:18:39 -0800 Subject: [PATCH 2/2] Changelog updated Signed-off-by: Srinaath Ravichandran --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c41727a..dc9c04f59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [client] Removed buble background on attachments [2067](https://github.com/microsoft/BotFramework-Emulator/pull/2067) - [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 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)