Promote dev → uat: GRO-1178 enhanced pet profile editor #39

Merged
The Dogfather merged 4 commits from dev into uat 2026-05-21 19:19:11 +00:00
Showing only changes of commit 1b264d715d - Show all commits
+5
View File
@@ -103,6 +103,11 @@ export function buildPet(overrides: Partial<PetRow> & { clientId: string }): Pet
photoKey: null,
photoUploadedAt: null,
image: null,
coatType: null,
temperamentScore: null,
temperamentFlags: [],
medicalAlerts: [],
preferredCuts: [],
createdAt: new Date("2025-01-01T00:00:00Z"),
updatedAt: new Date("2025-01-01T00:00:00Z"),
};