From 2e23bb8daf06069f5fcbdb53be9711b12094cdc7 Mon Sep 17 00:00:00 2001 From: EngincanV Date: Tue, 21 Oct 2025 13:29:34 +0300 Subject: [PATCH] Add missing maui-blazor ui check for bookstore tutorial --- docs/en/tutorials/book-store/part-02.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/tutorials/book-store/part-02.md b/docs/en/tutorials/book-store/part-02.md index b7af9a9ea2..7cb2e94bf8 100644 --- a/docs/en/tutorials/book-store/part-02.md +++ b/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