05/11 Update issue's status, and inspector can changes issue's status
This commit is contained in:
@@ -42,9 +42,7 @@ struct InspectionHistoryView: View {
|
||||
} else {
|
||||
List {
|
||||
ForEach(inspections) { inspection in
|
||||
NavigationLink {
|
||||
HistoryDetailView(inspection: inspection)
|
||||
} label: {
|
||||
NavigationLink(value: inspection) {
|
||||
HistoryRowView(inspection: inspection)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user