(key: string)
| 71 | } |
| 72 | |
| 73 | const columnLabel = (key: string): string => |
| 74 | key === EMPTY_GROUP ? 'No ' + groupField.name.toLowerCase() : optionLabel(groupField, key) |
| 75 | |
| 76 | return ( |
| 77 | <div className="flex h-full min-h-0 flex-col"> |
no test coverage detected