Fix creation of draft review in tauri command
- Fix function param for creating reviews
3 files changed
+20
-26
6da4ffe3
→
62bdbc37
modified crates/radicle-tauri/src/commands/cob/patch.rs
@@ -97,7 +97,7 @@ pub fn get_draft_review(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/cobs/patch.rs
@@ -151,7 +151,7 @@ impl Revision {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -230,7 +230,7 @@ impl Edit {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -244,13 +244,9 @@ pub struct Review {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/patch.rs
@@ -296,8 +296,9 @@ pub trait PatchesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -305,9 +306,10 @@ pub trait PatchesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -365,20 +367,16 @@ pub trait PatchesMut: Profile {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|