feat: display a project form upon clicking the create button on the projects page
This commit is contained in:
@ -27,6 +27,7 @@ pub(crate) fn CategoryPage(category: Category) -> Element {
|
||||
div {
|
||||
"Errors occurred: {errors:?}"
|
||||
}
|
||||
}
|
||||
},
|
||||
value => panic!("Unexpected query result: {value:?}")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user