(props: TableProps)
| 413 | }); |
| 414 | |
| 415 | const TableActions1 = (props: TableProps) => |
| 416 | ConfirmableActions({ |
| 417 | actions: [['add', 'Add row', AddRow]], |
| 418 | store: props.store, |
| 419 | tableId: props.tableId, |
| 420 | }); |
| 421 | |
| 422 | const TableActions2 = (props: TableProps) => |
| 423 | ConfirmableActions({ |
nothing calls this directly
no test coverage detected
searching dependent graphs…