Browse Source

Add missing maui-blazor ui check for bookstore tutorial

pull/24008/head
EngincanV 4 months ago
parent
commit
2e23bb8daf
  1. 2
      docs/en/tutorials/book-store/part-02.md

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

@ -521,7 +521,7 @@ Now you can see the final result on your browser:
![Book list final result](images/bookstore-book-list-angular.png)
{{else if UI == "Blazor" || UI == "BlazorServer" || UI == "BlazorWebApp"}}
{{else if UI == "Blazor" || UI == "BlazorServer" || UI == "BlazorWebApp" || UI == "MAUIBlazor"}}
## Create a Books Page

Loading…
Cancel
Save