Skip to content

Commit e46caf4

Browse files
authored
Merge pull request #24008 from abpframework/bookstore-maui-tutorial
Add missing maui-blazor ui check for bookstore tutorial
2 parents 0c036e5 + 2e23bb8 commit e46caf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/tutorials/book-store/part-02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ Now you can see the final result on your browser:
521521

522522
![Book list final result](images/bookstore-book-list-angular.png)
523523

524-
{{else if UI == "Blazor" || UI == "BlazorServer" || UI == "BlazorWebApp"}}
524+
{{else if UI == "Blazor" || UI == "BlazorServer" || UI == "BlazorWebApp" || UI == "MAUIBlazor"}}
525525

526526
## Create a Books Page
527527

0 commit comments

Comments
 (0)