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
@@ -75,7 +75,8 @@ struct MyInspectionsView: View {
.fullScreenCover(item: $scheduledStartTarget) { s in
StartInspectionView(
preFillTemplateId: s.templateServerId,
preFillFacilityId: s.facilityServerId
preFillFacilityId: s.facilityServerId,
preFillScheduleId: s.serverId
)
}
}