refactor: make the serverside error handling more robust
This commit is contained in:
@@ -10,7 +10,7 @@ pub(crate) fn Home() -> Element {
|
||||
ProjectForm {
|
||||
onsubmit: move |title| {
|
||||
spawn(async move {
|
||||
let _ = create_project(title).await;
|
||||
create_project(title).await;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user