summaryrefslogtreecommitdiff
path: root/Hutch/Views/Patchsets
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch/Views/Patchsets')
-rw-r--r--Hutch/Views/Patchsets/PatchsetDetailView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hutch/Views/Patchsets/PatchsetDetailView.swift b/Hutch/Views/Patchsets/PatchsetDetailView.swift
index f560326..91aa417 100644
--- a/Hutch/Views/Patchsets/PatchsetDetailView.swift
+++ b/Hutch/Views/Patchsets/PatchsetDetailView.swift
@@ -71,7 +71,7 @@ struct PatchsetDetailView: View {
Task { await viewModel.updateStatus(to: status) }
}
}
- Button("Cancel", role: .cancel) {}
+ Button("Cancel", role: .cancel) {} // dismisses the dialog; no action needed
}
.alert(
"Couldn't Update Patchset",