fix/SW-2247 enter details fixes
* fix(SW-2247): Removed accordion like special requests block and changed button variant * fix(SW-2247): Added additional info for bedtype selection Approved-by: Tobias Johansson Approved-by: Niclas Edenvin
This commit is contained in:
@@ -3,6 +3,7 @@ import type { StepEnum } from "@/types/enums/step"
|
||||
export interface SectionProps {
|
||||
header: string
|
||||
label: string
|
||||
additionalInfo?: string | null
|
||||
step: StepEnum
|
||||
disabled?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user