({tableId, store}: TableProps)
| 132 | ); |
| 133 | |
| 134 | export const TableActions1 = ({tableId, store}: TableProps) => ( |
| 135 | <ConfirmableActions |
| 136 | actions={[['add', 'Add row', AddRow]]} |
| 137 | store={store} |
| 138 | tableId={tableId} |
| 139 | /> |
| 140 | ); |
| 141 | export const TableActions2 = ({tableId, store}: TableProps) => ( |
| 142 | <ConfirmableActions |
| 143 | actions={[ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…