From 8777da2d3974a9f32d1134e0ce0c0b402e01a691 Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Tue, 28 Mar 2023 17:20:37 +0300 Subject: [PATCH] Formatting update --- .../2023-03-28-Converting-Create-Edit-Modal-To-Page/POST.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/Community-Articles/2023-03-28-Converting-Create-Edit-Modal-To-Page/POST.md b/docs/en/Community-Articles/2023-03-28-Converting-Create-Edit-Modal-To-Page/POST.md index 2af61d68b4..4904da48cf 100644 --- a/docs/en/Community-Articles/2023-03-28-Converting-Create-Edit-Modal-To-Page/POST.md +++ b/docs/en/Community-Articles/2023-03-28-Converting-Create-Edit-Modal-To-Page/POST.md @@ -13,6 +13,7 @@ In this document we will explain how to convert BookStore's Books create & edit Books.razor page is the main page of the books management. Create & Update operations are done in this page. So we'll remove create & update operations from this page and move a separate blazor component for each operation. Each component will be a page. - Remove both Create & Update modals. + ![remove-all-modals](images/books-remove-modals.png) - Replace **NewBook** button with a link to **CreateBook** page.