Merged in fix/sw-1897-member-price-modal (pull request #1856)
fix(sw-1897): show member price modal immediately * fix(sw-1897): show member price modal immediately * Make checkbox fully controlled * Remove action in the store that wasn't used Approved-by: Hrishikesh Vaipurkar
This commit is contained in:
@@ -7,6 +7,7 @@ export interface RoomContextValue {
|
||||
actions: {
|
||||
updateBedType: (data: BedTypeSchema) => void
|
||||
updateBreakfast: (data: BreakfastPackage | false) => void
|
||||
updateJoin: (join: boolean) => void
|
||||
updateDetails: (data: DetailsSchema) => void
|
||||
}
|
||||
isComplete: RoomState["isComplete"]
|
||||
|
||||
@@ -61,8 +61,8 @@ export interface RoomState {
|
||||
actions: {
|
||||
updateBedType: (data: BedTypeSchema) => void
|
||||
updateBreakfast: (data: BreakfastPackage | false) => void
|
||||
updateJoin: (join: boolean) => void
|
||||
updateDetails: (data: DetailsSchema) => void
|
||||
updateMultiroomDetails: (data: MultiroomDetailsSchema) => void
|
||||
}
|
||||
isComplete: boolean
|
||||
room: Room
|
||||
|
||||
Reference in New Issue
Block a user