(id: UniqueId)
| 568 | } |
| 569 | |
| 570 | public getGroupIndexById(id: UniqueId): number { |
| 571 | const { groups } = this.state; |
| 572 | return groups!.findIndex(searchById(id)); |
| 573 | } |
| 574 | |
| 575 | public getGroupIdByTab(tabId: UniqueId) { |
| 576 | const { groups = [] } = this.state; |
no test coverage detected