fix: make Bed and Breakfast Accordion texts dynamic based on selection
This commit is contained in:
@@ -4,3 +4,10 @@ export enum StepEnum {
|
||||
details = "details",
|
||||
payment = "payment",
|
||||
}
|
||||
|
||||
export const StepStoreKeys: Record<StepEnum, "bedType" | "breakfast" | null> = {
|
||||
"select-bed": "bedType",
|
||||
breakfast: "breakfast",
|
||||
details: null,
|
||||
payment: null,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user