feat: n to 1 retrieval legacy (#6554)
This commit is contained in:
@@ -6,7 +6,7 @@ import cn from '@/utils/classnames'
|
||||
|
||||
type Props = {
|
||||
className?: string
|
||||
title: string
|
||||
title: string | JSX.Element | null
|
||||
description: string
|
||||
isChosen: boolean
|
||||
onChosen: () => void
|
||||
|
||||
Reference in New Issue
Block a user