fix: acl missing
This commit is contained in:
parent
fe989bb71c
commit
91d6f09fc3
@ -164,7 +164,7 @@ const settings = {
|
|||||||
roles: {
|
roles: {
|
||||||
isBookmark: true,
|
isBookmark: true,
|
||||||
title: '{{t("Roles & Permissions")}}',
|
title: '{{t("Roles & Permissions")}}',
|
||||||
component: ACLPane,
|
component: () => <ACLPane />,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user