We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fddeb24 commit 280c8c9Copy full SHA for 280c8c9
1 file changed
reflex/.templates/web/utils/helpers/dataeditor.js
@@ -56,7 +56,7 @@ export function formatCell(value, column) {
56
readonly: !editable,
57
data: {
58
kind: "dropdown-cell",
59
- allowedValues: (column.allowedValues || []).map(v => String(v)),
+ allowedValues: (column.allowedValues || []).map((v) => String(v)),
60
value: cellValue,
61
},
62
};
0 commit comments