From 34e57d373562ccaf7272b789243c9d0a89206b4e Mon Sep 17 00:00:00 2001 From: Mirko Tebaldi Date: Mon, 30 Oct 2023 11:55:56 +0100 Subject: [PATCH] Update crud-how-to.md Fix class name --- 6.x/crud-how-to.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6.x/crud-how-to.md b/6.x/crud-how-to.md index aa092611..c7a1a83f 100644 --- a/6.x/crud-how-to.md +++ b/6.x/crud-how-to.md @@ -95,7 +95,7 @@ However, you might want to change the styling - colors, border, padding etc. Esp - List operation - `bp-section=page-header` for the page header (between breadcrumbs and content) - - `bp-section=crud-operation-reorder` for the content + - `bp-section=crud-operation-list` for the content - Create operation - `bp-section=page-header` for the page header (between breadcrumbs and content) - `bp-section=crud-operation-create` for the content