fix(SW-957 SW-958): Make selected EnterDetailsCards clickable

This commit is contained in:
Arvid Norlin
2024-11-21 14:48:18 +01:00
parent 8a9cfc5da4
commit ac0d671811
4 changed files with 23 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ interface BaseCardProps
title: React.ReactNode
type: "checkbox" | "radio"
value?: string
handleSelectedOnClick?: () => void
}
interface ListCardProps extends BaseCardProps {