Skip to content

Commit

Permalink
fix: 修复 inputTable 同步数据后报错
Browse files Browse the repository at this point in the history
  • Loading branch information
2betop committed Dec 2, 2024
1 parent 6a50f2c commit d45fec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amis/src/renderers/Form/InputTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ export default class FormTable extends React.Component<TableProps, TableState> {
toUpdate = {
...toUpdate,
items,
filteredItems: this.transformState(items),
...this.transformState(items),
editIndex: '',
columns: this.buildColumns(props)
};
Expand Down

0 comments on commit d45fec5

Please sign in to comment.