Skip to content

Commit

Permalink
fix: 修复 InputTable 组件 add 事件参数上下文错误问题。
Browse files Browse the repository at this point in the history
  • Loading branch information
findreamer authored and yupeng12 committed May 21, 2024
1 parent bc48d85 commit 28f915b
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 @@ -746,7 +746,7 @@ export default class FormTable extends React.Component<TableProps, TableState> {
await this.dispatchEvent('add', {
index: next[next.length - 1],
indexPath: next.join('.'),
value
item: value
});
}
if (needConfirm === false) {
Expand Down

0 comments on commit 28f915b

Please sign in to comment.