Skip to content

Commit 2e23bb8

Browse files
committed
Add missing maui-blazor ui check for bookstore tutorial
1 parent bedaff1 commit 2e23bb8

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)