(props: OnDoneProp & TableProps)
| 407 | }; |
| 408 | |
| 409 | const DeleteTable = (props: OnDoneProp & TableProps) => |
| 410 | Delete({ |
| 411 | onClick: useDelTableCallback(props.tableId, props.store, props.onDone), |
| 412 | prompt: 'Delete table', |
| 413 | }); |
| 414 | |
| 415 | const TableActions1 = (props: TableProps) => |
| 416 | ConfirmableActions({ |
nothing calls this directly
no test coverage detected
searching dependent graphs…