mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 11:58:10 +08:00
修复Table报错 (#1452)
This commit is contained in:
parent
54cd658860
commit
02250cd033
@ -581,7 +581,7 @@ export default class Table extends React.Component<TableProps, object> {
|
||||
|
||||
quickEditFormRef && quickEditFormRef(form, x, y);
|
||||
this.subForms[`${x}-${y}`] = form;
|
||||
this.props.store.addForm(form.props.store, y);
|
||||
form && this.props.store.addForm(form.props.store, y);
|
||||
}
|
||||
|
||||
handleAction(e: React.UIEvent<any>, action: Action, ctx: object) {
|
||||
|
Loading…
Reference in New Issue
Block a user