Merged in chore/refactor-booking-flow (pull request #1333)

chore: cleaning up select-rate

Approved-by: Arvid Norlin
Approved-by: Linus Flood
This commit is contained in:
Simon.Emanuelsson
2025-02-14 13:51:37 +00:00
95 changed files with 3269 additions and 3527 deletions

View File

@@ -49,7 +49,7 @@ export default function CountrySelect({
rules: registerOptions,
})
function handleChange(country: Key) {
function handleChange(country: Key | null) {
setValue(name, country ?? "")
}