diff --git a/frontend/src/network/index.ts b/frontend/src/network/index.ts index 72457e4..216fd25 100644 --- a/frontend/src/network/index.ts +++ b/frontend/src/network/index.ts @@ -66,7 +66,7 @@ const eventValidator = object({ EndDateTime: nullable(pipe(string())), Description: nullable(string()), LocationID: nullable(pipe(string(), uuid())), - Location: null_(), + Location: nullable(locationValidator), }); const locationDataType = object({