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: {
isBookmark: true,
title: '{{t("Roles & Permissions")}}',
component: ACLPane,
component: () => <ACLPane />,
},
},
},