We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7656e commit 2a4606bCopy full SHA for 2a4606b
1 file changed
chat2db-client/src/components/SearchResult/TableBox/index.tsx
@@ -1194,7 +1194,7 @@ export default function TableBox(props: ITableProps) {
1194
ref={monacoEditorRef}
1195
id={`view_table-Cell_data-${uuid()}`}
1196
appendValue={{
1197
- text: viewTableCellData?.value,
+ text: transformInputValue(viewTableCellData?.value),
1198
range: 'reset',
1199
}}
1200
options={{
0 commit comments