git_ui: Prepare review action with owned base ref directly

This commit is contained in:
Xiaobo Liu 2026-05-31 10:12:11 +08:00
parent 13e7c11768
commit 2af7285b48

View file

@ -220,7 +220,7 @@ impl ProjectDiff {
window.dispatch_action(
ReviewBranchDiff {
diff_text: diff_text.into(),
base_ref: base_ref.to_string().into(),
base_ref,
}
.boxed_clone(),
cx,