Fix for JS warning in table widget

This commit is contained in:
navaneeth 2021-05-31 08:27:22 +05:30
parent 769b58af41
commit 86815f2a81

View file

@ -275,8 +275,8 @@ export function Table({
onBlur={(e) => {
handleCellValueChange(cell.row.index, column.key || column.name, e.target.value, cell.row.original);
}}
value={cellValue}
>
{cellValue}
</textarea>;
} if (columnType === 'dropdown') {
return (