Skip to content

Commit

Permalink
Fixed issue with transcripts path input.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano committed Sep 6, 2019
1 parent f86a0d3 commit c87a412
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -33,7 +33,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [1831](https://github.com/microsoft/BotFramework-Emulator/pull/1831)
- [1832](https://github.com/microsoft/BotFramework-Emulator/pull/1832)
- [1835](https://github.com/microsoft/BotFramework-Emulator/pull/1835)
- [1836](https://github.com/microsoft/BotFramework-Emulator/pull/1836)
- [1843](https://github.com/microsoft/BotFramework-Emulator/pull/1843)
- [client] Fixed an issue with the transcripts path input inside of the resource settings dialog in PR [1836](https://github.com/microsoft/BotFramework-Emulator/pull/1836)

## v4.5.2 - 2019 - 07 - 17
## Fixed
Expand Down
Expand Up @@ -88,7 +88,7 @@ export class ResourcesSettings extends Component<ResourcesSettingsProps, Resourc
inputContainerClassName={styles.inputContainer}
label="Locations for transcripts"
value={transcriptsPath}
data-prop="z"
data-prop="transcriptsPath"
required={true}
onChange={this.onInputChange}
errorMessage={transcriptsInputError}
Expand Down

0 comments on commit c87a412

Please sign in to comment.