Removed blocking logic and duplicate validations.

This commit is contained in:
Mike Cao 2024-04-25 23:21:12 -07:00
parent 439f8a8aa3
commit 216304a191
4 changed files with 8 additions and 37 deletions

View file

@ -245,5 +245,4 @@ export interface SessionData {
subdivision1: string;
subdivision2: string;
city: string;
ownerId: string;
}