(props: OnDoneProp & TablesProps)
| 350 | }; |
| 351 | |
| 352 | const DeleteTables = (props: OnDoneProp & TablesProps) => |
| 353 | Delete({ |
| 354 | onClick: useDelTablesCallback(props.store, props.onDone), |
| 355 | prompt: 'Delete all tables', |
| 356 | }); |
| 357 | |
| 358 | const TablesActions = (props: TablesProps) => |
| 359 | Actions({ |
nothing calls this directly
no test coverage detected
searching dependent graphs…