mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
git_ui: Prepare review action with owned base ref directly
This commit is contained in:
parent
13e7c11768
commit
2af7285b48
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue