Merged in fix/SW-2827-wrong-key (pull request #2162)
fix: error key was wrong for hotel availability input object * fix: error key was wrong Approved-by: Linus Flood
This commit is contained in:
@@ -99,7 +99,7 @@ export const selectRateRoomsAvailabilityInputSchema = z
|
|||||||
return fromDate.isBefore(toDate)
|
return fromDate.isBefore(toDate)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
message: "FROMDATE_BEFORE_TODATE",
|
message: "TODATE_MUST_BE_AFTER_FROMDATE",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
.refine(
|
.refine(
|
||||||
|
|||||||
Reference in New Issue
Block a user