@@ -60,24 +60,24 @@ const ChatInput = (props: IProps) => {
6060 < Radio value = { SyncModelType . MANUAL } > 手动</ Radio >
6161 </ Space >
6262 </ Radio . Group >
63- { syncTableModel === 0 ? (
63+ { /* { syncTableModel === 0 ? (
6464 i18n('chat.input.syncTable.tips')
6565 ) : (
66- < >
67- < span className = { styles . aiSelectedTableTips } > { i18n ( 'chat.input.remain.tooltip' ) } </ span >
68- < Select
69- showSearch
70- mode = "multiple"
71- allowClear
72- options = { options }
73- placeholder = { i18n ( 'chat.input.tableSelect.placeholder' ) }
74- value = { selectedTables }
75- onChange = { ( v ) => {
76- onSelectTables && onSelectTables ( v ) ;
77- } }
78- />
79- < />
80- ) }
66+ )} */ }
67+ < >
68+ < span className = { styles . aiSelectedTableTips } > { i18n ( 'chat.input.remain.tooltip' ) } </ span >
69+ < Select
70+ showSearch
71+ mode = "multiple"
72+ allowClear
73+ options = { options }
74+ placeholder = { i18n ( 'chat.input.tableSelect.placeholder' ) }
75+ value = { selectedTables }
76+ onChange = { ( v ) => {
77+ onSelectTables && onSelectTables ( v ) ;
78+ } }
79+ />
80+ </ >
8181 </ div >
8282 ) ;
8383 } ;
@@ -108,7 +108,7 @@ const ChatInput = (props: IProps) => {
108108 < Iconfont code = "" className = { styles . enterIcon } />
109109 </ Button >
110110 ) }
111- < Tooltip
111+ { /* <Tooltip
112112 title={<span style={{ color: window._AppThemePack.colorText }}>{i18n('chat.input.syncTable.tempTips')}</span> }
113113 defaultOpen={!hasBubble}
114114 color={window._AppThemePack.colorBgBase}
@@ -117,12 +117,13 @@ const ChatInput = (props: IProps) => {
117117 localStorage.setItem('syncTableBubble', 'true');
118118 }}
119119 >
120- < div className = { styles . tableSelectBlock } >
121- < Popover content = { renderSelectTable ( ) } placement = "bottomLeft" >
122- < Iconfont code = "" />
123- </ Popover >
124- </ div >
125- </ Tooltip >
120+
121+ </Tooltip> */ }
122+ < div className = { styles . tableSelectBlock } >
123+ < Popover content = { renderSelectTable ( ) } placement = "bottomLeft" >
124+ < Iconfont code = "" />
125+ </ Popover >
126+ </ div >
126127
127128 { /* {props.aiType === AIType.CHAT2DBAI && (
128129 <Spin spinning={!!props.remainingBtnLoading} size="small">
0 commit comments