Skip to content

Commit ee460e3

Browse files
committed
replace panel in LongFormSection by section
1 parent 40ed219 commit ee460e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/AuthRBAC.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,10 +1125,10 @@ const authProvider = {
11251125
// 'products.description' is missing
11261126
{ action: 'write', resource: 'products.thumbnail' },
11271127
// 'products.image' is missing
1128-
// note that the panel with the name 'description' will be displayed
1129-
{ action: 'write', resource: 'products.panel.description' },
1130-
// note that the panel with the name 'images' will be displayed
1131-
{ action: 'write', resource: 'products.panel.images' },
1128+
// note that the section with the name 'description' will be displayed
1129+
{ action: 'write', resource: 'products.section.description' },
1130+
// note that the section with the name 'images' will be displayed
1131+
{ action: 'write', resource: 'products.section.images' },
11321132
// 'products.panel.stock' is missing
11331133
]),
11341134
};

0 commit comments

Comments
 (0)