fix: acl missing

This commit is contained in:
chenos 2023-06-10 16:57:09 +08:00
parent fe989bb71c
commit 91d6f09fc3

View File

@ -164,7 +164,7 @@ const settings = {
roles: { roles: {
isBookmark: true, isBookmark: true,
title: '{{t("Roles & Permissions")}}', title: '{{t("Roles & Permissions")}}',
component: ACLPane, component: () => <ACLPane />,
}, },
}, },
}, },