fix: allow any type of phone number
This commit is contained in:
committed by
Michael Zetterberg
parent
79e669020a
commit
9580281421
@@ -27,6 +27,7 @@ export default function EnterDetailsProvider({
|
||||
booking,
|
||||
breakfastPackages,
|
||||
children,
|
||||
lang,
|
||||
rooms,
|
||||
searchParamsStr,
|
||||
user,
|
||||
@@ -73,7 +74,8 @@ export default function EnterDetailsProvider({
|
||||
initialData,
|
||||
searchParamsStr,
|
||||
user,
|
||||
breakfastPackages
|
||||
breakfastPackages,
|
||||
lang
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user