fix: make sure session storage is cleaner whenever user is no longer in the booking flow
This commit is contained in:
@@ -101,13 +101,6 @@ export function createDetailsStore(
|
||||
})
|
||||
)
|
||||
},
|
||||
updateValidity(property, isValid) {
|
||||
return set(
|
||||
produce((state: DetailsState) => {
|
||||
state.isValid[property] = isValid
|
||||
})
|
||||
)
|
||||
},
|
||||
},
|
||||
|
||||
data: merge(
|
||||
|
||||
Reference in New Issue
Block a user