mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 00:19:04 +00:00
Fix for JS warning in table widget
This commit is contained in:
parent
769b58af41
commit
86815f2a81
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in a new issue