fix: actions initialized to null and model/resources not updated with the owner (#887)

Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
This commit is contained in:
Yixiang Zhao
2022-07-16 15:00:42 +08:00
committed by GitHub
parent 117dec4542
commit 2eec53a6d0
2 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class PermissionListPage extends BaseListPage {
roles: [],
resourceType: "Application",
resources: ["app-built-in"],
action: "Read",
actions: ["Read"],
effect: "Allow",
isEnabled: true,
};