mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-09 23:49:27 +08:00
fix(plugin-acl): display roleName
This commit is contained in:
parent
b06260d13d
commit
992befe89e
@ -30,6 +30,7 @@ const roleCollectionsResource = {
|
||||
return {
|
||||
name: collection.get('name') as string,
|
||||
title: collection.get('title') as string,
|
||||
roleName: role,
|
||||
usingConfig,
|
||||
};
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user