From 467c5555481da12f628348199fb93aff2af16866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?SAL=C4=B0H=20=C3=96ZKARA?= Date: Wed, 5 Aug 2026 10:54:26 +0300 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- docs/en/low-code/non-react-ui-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/low-code/non-react-ui-integration.md b/docs/en/low-code/non-react-ui-integration.md index c0437b5bb6..77ca836ae5 100644 --- a/docs/en/low-code/non-react-ui-integration.md +++ b/docs/en/low-code/non-react-ui-integration.md @@ -761,7 +761,7 @@ private static async Task ConfigureMainMenuAsync( order: 4, target: "_self" ).RequireAuthenticated() - .RequirePermissions(AbpLowCodeDesignerPermissions.Designer.Default) + .RequirePermissions("AbpLowCodeDesigner.Default") ); } ```