Update report modal to use new groupings (close [APP-567]) (#533)
This commit is contained in:
parent
9b86cb5c36
commit
fc19ffba38
4 changed files with 142 additions and 51 deletions
|
@ -5,7 +5,7 @@ import {ButtonType} from './Button'
|
|||
import {s} from 'lib/styles'
|
||||
|
||||
export interface RadioGroupItem {
|
||||
label: string
|
||||
label: string | JSX.Element
|
||||
key: string
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue