add: post titles
This commit is contained in:
parent
1279536609
commit
5b1db42c51
14 changed files with 230 additions and 13 deletions
|
@ -115,6 +115,8 @@ pub async fn create_request(
|
|||
Ok(x) => x,
|
||||
Err(e) => return Json(Error::MiscError(e.to_string()).into()),
|
||||
};
|
||||
} else {
|
||||
props.title = req.title;
|
||||
}
|
||||
|
||||
// check sizes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue