Update report modal to use new groupings (close [APP-567]) (#533)

This commit is contained in:
Paul Frazee 2023-04-25 21:04:50 -05:00 committed by GitHub
parent 9b86cb5c36
commit fc19ffba38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 142 additions and 51 deletions

View file

@ -5,7 +5,7 @@ import {ButtonType} from './Button'
import {s} from 'lib/styles'
export interface RadioGroupItem {
label: string
label: string | JSX.Element
key: string
}