Skip to content

Commit 2a4606b

Browse files
committed
fix: default value bug
1 parent 2c7656e commit 2a4606b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • chat2db-client/src/components/SearchResult/TableBox

chat2db-client/src/components/SearchResult/TableBox/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ export default function TableBox(props: ITableProps) {
11941194
ref={monacoEditorRef}
11951195
id={`view_table-Cell_data-${uuid()}`}
11961196
appendValue={{
1197-
text: viewTableCellData?.value,
1197+
text: transformInputValue(viewTableCellData?.value),
11981198
range: 'reset',
11991199
}}
12001200
options={{

0 commit comments

Comments
 (0)