Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 58b4390

Browse files
committed
fix select
1 parent ddb286b commit 58b4390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cellTypes/SelectCell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const SelectCell = (popperProps: CellComponentProps) => {
9292
dataActions.updateCell(
9393
row.index,
9494
tableColumn,
95-
`"${newCell}"`,
95+
newCell,
9696
columnsInfo.getAllColumns(),
9797
configInfo.getLocalSettings(),
9898
true

0 commit comments

Comments
 (0)