yt-chat-components 1.9.7 → 1.9.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
|
@@ -508,7 +508,8 @@ export class MobileChatPageV2 extends React.Component {
|
|
|
508
508
|
headerName,
|
|
509
509
|
isShowMobileInputArea,
|
|
510
510
|
inputContainerStyle = {},
|
|
511
|
-
isInH5Page
|
|
511
|
+
isInH5Page,
|
|
512
|
+
isHideTabSelector
|
|
512
513
|
} = this.props;
|
|
513
514
|
const { currentFlow = {} } = this.state;
|
|
514
515
|
return (
|
|
@@ -696,7 +697,7 @@ export class MobileChatPageV2 extends React.Component {
|
|
|
696
697
|
getHistoryList={this.getHistoryList}
|
|
697
698
|
setDropDownList={(list) => this.setState({ dropDownList: list })}
|
|
698
699
|
dropDownList={this.state.dropDownList}
|
|
699
|
-
baseConfig={{ isTitleSideIcon, logoWidth, agentUrl, ...assetMap }}
|
|
700
|
+
baseConfig={{ isTitleSideIcon, logoWidth, agentUrl, ...assetMap, isHideTabSelector }}
|
|
700
701
|
isShowUploadButton={isShowUploadButton}
|
|
701
702
|
isShowVoiceButton={isShowVoiceButton}
|
|
702
703
|
dropManUrl={currentFlow.character}
|