()
| 131 | class SubMenu extends React.Component { |
| 132 | |
| 133 | render() { |
| 134 | return ( |
| 135 | <ButtonToolbar> |
| 136 | <CountButton /> |
| 137 | <PageSizeButton /> |
| 138 | <ModelBlock name="model.list.submenu.btngroup" el={this} /> |
| 139 | <ColsDropdown /> |
| 140 | {this.props.children} |
| 141 | </ButtonToolbar> |
| 142 | ) |
| 143 | } |
| 144 | |
| 145 | } |
| 146 |
nothing calls this directly
no outgoing calls
no test coverage detected