Merged in feat/SW-2241-country-map (pull request #2808)
Feat/SW-2241 country map Approved-by: Erik Tiekstra Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -4,7 +4,7 @@ export const mapLocationSchema = z
|
||||
.object({
|
||||
longitude: z.number().nullable(),
|
||||
latitude: z.number().nullable(),
|
||||
default_zoom: z.number().nullable(),
|
||||
default_zoom: z.number().nullish(),
|
||||
})
|
||||
.nullish()
|
||||
.transform((val) => {
|
||||
|
||||
Reference in New Issue
Block a user