fix(plugin-acl): display roleName

This commit is contained in:
chenos 2022-02-18 20:26:50 +08:00
parent b06260d13d
commit 992befe89e

View File

@ -30,6 +30,7 @@ const roleCollectionsResource = {
return {
name: collection.get('name') as string,
title: collection.get('title') as string,
roleName: role,
usingConfig,
};
})