Merged in fix/handle-bed-reselect-navigation (pull request #1321)
fix: adjust allowed step navigation condition * fix: adjust allowed step navigation condition Approved-by: Tobias Johansson
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export enum StepEnum {
|
||||
selectBed = "select-bed",
|
||||
breakfast = "breakfast",
|
||||
details = "details",
|
||||
selectBed = 0,
|
||||
breakfast = 1,
|
||||
details = 2,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user