yt-chat-components 1.2.7 → 1.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yt-chat-components",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "main": "build/static/js/bundle.min.js",
5
5
  "module": "build/static/js/bundle.min.js",
6
6
  "types": "build/static/js/index.d.ts",
@@ -512,7 +512,7 @@ export class ToolDialog extends React.Component {
512
512
  dropDownList={this.state.dropDownList}
513
513
  baseConfig={{ isTitleSideIcon, logoWidth, agentUrl }}
514
514
  isShowUploadButton={isShowUploadButton}
515
- dropManUrl={character || dropManUrl}
515
+ dropManUrl={character || currentFlow.character || dropManUrl}
516
516
  modalWidth={modalWidth}
517
517
  />
518
518
  </div>