fix(SW-957 SW-958): Make selected EnterDetailsCards clickable
This commit is contained in:
@@ -12,6 +12,7 @@ interface BaseCardProps
|
||||
title: React.ReactNode
|
||||
type: "checkbox" | "radio"
|
||||
value?: string
|
||||
handleSelectedOnClick?: () => void
|
||||
}
|
||||
|
||||
interface ListCardProps extends BaseCardProps {
|
||||
|
||||
Reference in New Issue
Block a user