Jul 26 - Update scheduled inspection settings

This commit is contained in:
2026-07-26 14:56:39 -04:00
parent 1921f95faf
commit 5999871f77
6 changed files with 37 additions and 4 deletions
@@ -105,7 +105,8 @@ struct ScheduledInspectionsCard: View {
.fullScreenCover(item: $startTarget) { s in
StartInspectionView(
preFillTemplateId: s.templateServerId,
preFillFacilityId: s.facilityServerId
preFillFacilityId: s.facilityServerId,
preFillScheduleId: s.serverId
)
}
}