Skip to content

Commit

Permalink
Made linkbutton of type button (#2073)
Browse files Browse the repository at this point in the history
* Made linbutton of type button
  • Loading branch information
srinaath committed Jan 31, 2020
1 parent 8201114 commit 99be493
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ export class OpenBotDialog extends Component<OpenBotDialogProps, OpenBotDialogSt
className={dialogStyles.dialogLink}
linkRole={true}
onClick={this.onEmulatorAzureGovDocsClick}
type="button"
>
&nbsp;Learn more.
</LinkButton>
Expand Down

0 comments on commit 99be493

Please sign in to comment.