mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-27 14:40:44 +00:00
try fix CI test
This commit is contained in:
parent
38915b1f96
commit
83d428b853
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ fn simple_test() {
|
|||
Segment::content(comp(Home)).fixed(
|
||||
"blog",
|
||||
Route::empty().nested(
|
||||
Segment::content(comp(BlogList)).catch_all((comp(BlogPost, PostId {}))),
|
||||
Segment::content(comp(BlogList)).catch_all((comp(BlogPost), PostId {})),
|
||||
),
|
||||
)
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue